Yacc Parser Projects
-
c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
This is just a front-end phase of a C compiler, but you should check out this to get an understanding of a basic front-end compiler using yacc and lex, which are two tools that were used a lot in generating the first layer of compilers that would be used to compile compilers like C, Pascal, and so on.
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
Index
Project | Stars | |
---|---|---|
1 | c-compiler | 70 |
2 | postgresql-syntax | 15 |