Chevrotain / chevrotain

Parser Building Toolkit for JavaScript
https://chevrotain.io
Apache License 2.0
2.44k stars 200 forks source link

Update custom_token_patterns.md #1749

Closed kevinkhill closed 2 years ago

kevinkhill commented 2 years ago

Here ya go

bd82 commented 2 years ago

Thanks @kevinkhill

The website will only be updated once I manually run the upload script.

kevinkhill commented 2 years ago

No worries. BTW, loving this package! It has renewed a project I was working on because I got stuck at my own implementation of a tokenizer

https://github.com/kevinkhill/ts-tokenizr

bd82 commented 2 years ago

This: https://github.com/kevinkhill/fanuc-macro-b ?

kevinkhill commented 2 years ago

Found it! 😁 I've just recently got a passing version of a parser (no errors on some snips of gcode)

I just started to work on the interpreter. I want to evaluate NC files with macro expressions without running it in an actual CNC machine. It is possible in commercial software like Cimco but that is 💰 for licenses. I really love having a problem to solve and have decided to tackle this.

bd82 commented 2 years ago

Good luck!

kevinkhill commented 2 years ago

Thanks 😁