All Projects → dodobyte → plzero

dodobyte / plzero

Licence: other
PL/0 Compiler Written in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to plzero

nim-mathexpr
Tiny math expression evaluator library implemented in pure Nim
Stars: ✭ 58 (+141.67%)
Mutual labels:  recursive-descent-parser
booleval
Header-only C++17 library for evaluating logical expressions.
Stars: ✭ 54 (+125%)
Mutual labels:  recursive-descent-parser
chumsky
A parser library for humans with powerful error recovery.
Stars: ✭ 740 (+2983.33%)
Mutual labels:  recursive-descent-parser
snap
Snap Programming Language
Stars: ✭ 20 (-16.67%)
Mutual labels:  recursive-descent-parser
peg
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
Stars: ✭ 41 (+70.83%)
Mutual labels:  recursive-descent-parser
left-recursion
Quick explanation of eliminating left recursion in Haskell parsers
Stars: ✭ 36 (+50%)
Mutual labels:  recursive-descent-parser

PL/0 Compiler Written in Go

PL/0 compiler that produces Windows executable.

  • Pure Go parsing, no parser generator needed.
  • No third party software is needed like assembler or linker.
  • Very small and simple, only ~700 lines of code.
    • Recursive descent parser
    • X86 code generator
    • Win32 PE executable creator

See the article for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].