| alecthomas/participle |
3,215 |
|
0 |
283 |
about 2 years ago |
54 |
November 30, 2023 |
31 |
mit |
Go |
| A parser library for Go |
| csstree/csstree |
1,756 |
|
162,791 |
744 |
over 2 years ago |
55 |
December 14, 2022 |
54 |
mit |
JavaScript |
| A tool set for CSS including fast detailed parser, walker, generator and lexer based on W3C specs and browser implementations |
| wundergraph/graphql-go-tools |
599 |
|
1 |
15 |
about 2 years ago |
160 |
October 12, 2023 |
69 |
mit |
Go |
| GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more. |
| stephens2424/php |
528 |
|
0 |
0 |
over 3 years ago |
1 |
October 16, 2022 |
15 |
bsd-3-clause |
Go |
| Parser for PHP written in Go |
| zakirullin/tiny-compiler |
508 |
|
0 |
0 |
about 3 years ago |
0 |
|
0 |
mit |
C |
| A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example |
| glayzzle/php-parser |
500 |
|
327 |
100 |
over 2 years ago |
74 |
June 07, 2023 |
34 |
bsd-3-clause |
JavaScript |
| :herb: NodeJS PHP Parser - extract AST or tokens |
| ArashPartow/exprtk |
500 |
|
0 |
0 |
almost 3 years ago |
0 |
|
4 |
|
C++ |
| C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html |
| franko/luajit-lang-toolkit |
493 |
|
0 |
0 |
over 5 years ago |
0 |
|
6 |
other |
Lua |
| A Lua bytecode compiler written in Lua itself for didactic purposes or for new language implementations |
| ahinchman1/Kotlin-Compiler-Crash-Course |
328 |
|
0 |
0 |
about 3 years ago |
0 |
|
2 |
|
Kotlin |
| A repository of helpful sources to figure out what the Kotlin compiler really is |
| igorkulman/SwiftPascalInterpreter |
277 |
|
0 |
0 |
over 3 years ago |
0 |
|
0 |
mit |
Swift |
| Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series. |