JAWS A Tokenizer, Lexer and Parser in 247 lines of javascript.

Subscribers:
376
Published on ● Video Link: https://www.youtube.com/watch?v=sLy0dhgWNQo



Duration: 0:59
340 views
9


A simple research project, written from scratch in about 1.5 hours.

Capable of parsing and understanding C and Javascript syntax...

No code generation backend yet. (the syntax tree is written as a serialized json dump at the moment which is why it looks like a flat string)