| mgechev/tiny-compiler |
656 |
|
0 |
0 |
about 6 years ago |
0 |
|
0 |
|
JavaScript |
| A tiny evaluator and compiler of arithmetic expressions. |
| ghaiklor/llvm-kaleidoscope |
168 |
|
0 |
0 |
over 3 years ago |
0 |
|
0 |
|
C++ |
| LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM) |
| ghaiklor/pascal-interpreter |
32 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
mit |
JavaScript |
| A simple interpreter for a large subset of Pascal language written for educational purposes |
| AnjaneyaTripathi/c-compiler |
21 |
|
0 |
0 |
about 4 years ago |
0 |
|
0 |
mit |
Yacc |
| 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. |
| Aurore54F/JStap |
20 |
|
0 |
0 |
about 5 years ago |
0 |
|
0 |
agpl-3.0 |
Python |
| Modular static malicious JavaScript detection system |
| jiahao42/LambCompiler |
8 |
|
0 |
0 |
over 8 years ago |
0 |
|
0 |
mit |
C++ |
| Compiler for a subset of ANSI C, base on virtual machine (unfinished) |
| jesings/JOECC |
7 |
|
0 |
0 |
over 3 years ago |
0 |
|
0 |
gpl-3.0 |
C |
| Jonathan's Optimizing and Extensible C Compiler (pronounced "joke"), called as such because the name, just like any attempt to use the compiler in place of an industrial strength one like gcc or clang, is a poorly written joke. |
| smcommits/CodeAnalyzer |
5 |
|
0 |
0 |
over 5 years ago |
0 |
|
1 |
mit |
Ruby |
| A static code analyzer tool for Ruby source code. It inspects the code for styling and complexity errors. |