Knife is a Java top-down parser generator for building parsers from grammars in BNF format.
-
Updated
Apr 17, 2020 - Java
Knife is a Java top-down parser generator for building parsers from grammars in BNF format.
A top-down parser for a mini language in Java.
A top down parser which uses tokens of this excercise
Compiler developed in the Computer Engineering course as a didatic model, using recursive-descent parsing and backpatch based code generation to the target assembly language,
The user can write or choose a text and analyze it lexically according to a Regex and analyze it syntactically according to a grammar of the language and can see the first-follow sets of the grammar and the predictive table and the parse tree of the input
university laboratory works
Add a description, image, and links to the top-down-parser topic page so that developers can more easily learn about it.
To associate your repository with the top-down-parser topic, visit your repo's landing page and select "manage topics."