-
Notifications
You must be signed in to change notification settings - Fork 0
FU compiler complier, LALR and LL parser generator for Common Lisp; main repo after BitBucket Mercurial migration
License
monoid/fucc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
-*- mode: outline; -*- * What's FUCC FUCC is FU Compiler Compiler. FUCC converts LALR(1) or LR(1) context-free grammar into Common Lisp program that parses input with actions. FUCC consists of two parts: generator and parser. Generator is used for generating parsing tables. Parser uses the tables for parsing an input. If your grammar is fixed, you need generator for compilation only and don't need to distribute it. See files in doc directory, especially doc/FUCC-FAQ.
About
FU compiler complier, LALR and LL parser generator for Common Lisp; main repo after BitBucket Mercurial migration
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published