Skip to content

monoid/fucc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published