Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

whalecalf

whalecalf - Grammar language

< >

whalecalf is a grammar language created in 2000 by Alexander Okhotin.

#2469on PLDB 23Years Old 0Books
0Papers

Whale Calf is a research-level parser generator for Boolean grammars, which are context-free grammars augmented with Boolean operations. It is written by Alexander Okhotin in C++, and is mainly aimed at demonstrating different parsing algorithms, of which the most practically useful is the Generalized LR (GLR). The main development took place in 2000-2004, though (as of April 2017) some occasional corrections are still being made.


Example from the web:
algorithm=trellis; terminal a, b, c; S -> C & D; C -> a C a | a C b | b C a | b C b | c; D -> a A & a D | b B & b D | c E; A -> a A a | a A b | b A a | b A b | c E a; B -> a B a | a B b | b B a | b B b | c E b; E -> a E | b E | e;
suneido.html 路 whalecalf.html 路 das.html

View source

- Build the next great programming language Search v2023 Day 205 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com