0.12.1 • Published 11 months ago

@plutojl/lezer-julia v0.12.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

lezer-julia

This is a Julia grammar for the lezer parser system.

The grammar was initially based on tree-sitter-julia.

The code is licensed under an MIT license.

Contributing

To initialize your development environment:

yarn install

This will install dependencies and build the parser.

To rebuild the parser after changing the grammar or the tokenizer:

yarn run prepare

If the build crashes with a GC related error, run export NODE_OPTIONS="--max-old-space-size=8192" and try again.

To test the parser:

yarn test

The same commands should also work fine with npm or pnpm instead of yarn. The repository also includes a makefile for convenience.

0.12.0

11 months ago

0.12.1

11 months ago

0.11.0

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.7.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago