Oz Cocor Delphi

Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k.
Alternatives To Oz Cocor Delphi
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Unicc54
3 months ago4mitC
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
Copper16
4 months ago15lgpl-3.0Java
An integrated context-aware scanner and parser generator
Gppg15
3 years ago1otherC#
GPPG is a parser generator that produces parsers written in the C# V2 or higher. The input language is YACC-like, and the parsers are LALR(1), with the usual automatic disambiguations. Designed to work with GPLEX.
Oz Cocor Delphi10
3 years ago2gpl-3.0Pascal
Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k.
Gardens Point Parser Generator7
10 years ago3C#
A parser for C# in C#
Yeti5
a year ago1bsd-2-clauseTcl
Yeti - parser and scanner generator for Tcl
Spag5
5 years ago1October 17, 2018mitPython
A compiler to translate regular expressions (regular grammars) and LL1 BNF languages (subset of context free grammars) to generated scanners and/or parsers.
Alternatives To Oz Cocor Delphi
Select To Compare


Alternative Project Comparisons
Popular Scanner Projects
Popular Parser Generator Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Scanner
Pascal
Grammar
Delphi
Coco
Parser Generator