Is this published? #3

Closed
opened 2022-07-10 21:16:16 +02:00 by NullVoxPopuli · 1 comment
NullVoxPopuli commented 2022-07-10 21:16:16 +02:00 (Migrated from github.com)

I'm wanting to create a syntax (glimmer), and augment javascript/typescript -- I've already done this for treesitter ( https://github.com/tree-sitter/tree-sitter-javascript/pull/208 ), and it would be super stellar, if if I could just re-use the treesitter grammars in my codemirror stuff :D

I'm wanting to create a syntax (glimmer), and augment javascript/typescript -- I've already done this for treesitter ( https://github.com/tree-sitter/tree-sitter-javascript/pull/208 ), and it would be _super stellar_, if if I could just re-use the treesitter grammars in my codemirror stuff :D
marijnh commented 2022-07-10 23:01:39 +02:00 (Migrated from github.com)

No, it's not, and no, you can't. This is a tool to translate some of tree-sitters grammar notation to Lezer, but you'll need to do a lot of manual adjusting to the output.

No, it's not, and no, you can't. This is a tool to translate some of tree-sitters grammar notation to Lezer, but you'll need to do a *lot* of manual adjusting to the output.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/import-tree-sitter#3
No description provided.