Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 494 Bytes

Tree sitter parser for Corth

If you have not heard about the the Corth programming language, you can go check it out!

License

This parser is licensed under the GPLv3.

Installing the parser

Run tree-sitter generate to generate the necessary parsers. Then, install the parser in your favorite editor LSP.

Highlighting

The parser provides highlighting for keywords, intrinsics and common library macro and procedures like memcmp64.