syntax-parser
There are 18 repositories under syntax-parser topic.
baidu/DDParser
百度开源的依存句法分析系统
SeeSharpSoft/intellij-csv-validator
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
mantoufan/yzhanJSInterpreter
A JavaScript Interpreter Using JS itself. JavaScript 解释器,包含词法分析、语法解析和执行。基于 LR 实现 eval
lagodiuk/earley-parser-js
Tiny JavaScript implementation of context-free languages parser - Earley parser (including generation of the parsing-forest).
Koziev/GrammarEngine
Грамматический Словарь Русского Языка (+ английский, японский, etc)
youthlin/SNL-Compiler
SNL(Small Nested Language) Compiler. Maven jUnit Tokenizer Lexer Syntax Parser. 编译原理 词法分析 语法分析
L4OS/Primula
This is a set of C language parsers. A some subset of C++ is also supported.
xnuinside/big-parsers-generators-comparison
A code snippet repository that provides examples of how to use different syntax parser generator libraries. And some useful links in README.
maxhoffmann/ocss-parser
:fax: syntax parser for the OCSS preprocessor
Prajna-Ramamurthy/Syntax-Validation
Syntax validation of a programming language by writing the Context Free Grammar for the specific construct of a particular language and a program for the same.
0nyr/ascending-syntax-parser
A 4IF INSA Lyon project to create a simple LR(1) Parser.
ajaybiswas22/AptitudeSolver
A Python-based Aptitude Solver designed using Kivy.
skyleaworlder/CCompilerConqueror
:computer: 编译原理小作业,一个速成的词法 / 语法分析器
mukeshkushwahae/pre-code-parser
Easily convert and format your code into clean, pre-formatted HTML using our Pre Code Parser tool. Perfect for blogs, websites and documentation.
novacodes/syntax-parser
Light and fast 🚀parser! With zero dependents. - Sql Parser Demo added!
SimoneAncona/xparser
A C++ Parser Project
XiaomingX/python-tree-sitter-demo
这个仓库包含我学习和使用Tree-sitter技术的笔记和示例代码。Tree-sitter是一个解析器生成工具和库,能够为源代码构建高效且增量的抽象语法树(AST),非常适合代码分析、语法高亮、自动补全等场景。