recursive-descent-parser topic

List recursive-descent-parser repositories

phplrt

206
Stars
7
Forks
Watchers

PHP Language Recognition Tool

plzero

30
Stars
5
Forks
Watchers

PL/0 Compiler Written in Go

parser-toolkit

64
Stars
7
Forks
Watchers

A toolkit that makes it easier to write recursive-descent parsers in Zig.

parser-utils

19
Stars
4
Forks
Watchers

A library for writing recursive descent parsers in PHP.

C_Interpreter

26
Stars
7
Forks
Watchers

Aims to be interpreted C written in C.

left-recursion

42
Stars
3
Forks
Watchers

Quick explanation of eliminating left recursion in Haskell parsers

lispy

21
Stars
0
Forks
Watchers

A Lisp-dialect written in Go featuring a library written in itself, a REPL, tail-optimized recursion, macros, and a meta-circular interpreter.

parser

315
Stars
17
Forks
Watchers

A handwritten fault-tolerant, recursive-descent parser for PHP written in Rust.

go-calculator

25
Stars
3
Forks
Watchers

A scientific calculator CLI (Command Line Interface) tool and library written in Go