giannitedesco / pylr

A compiler-compiler for lexers, LL and LALR grammars, written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyll is a python LALR(1), LL(1) and DFA lexer generator

It's a compiler-compiler hosted in python and targetting C.

Copyright (c) 2014 Gianni Tedesco

Released under the terms of the GNU GPL v3 (see: COPYING)

About

A compiler-compiler for lexers, LL and LALR grammars, written in python

License:GNU General Public License v3.0


Languages

Language:Python 94.8%Language:C 4.1%Language:Makefile 1.1%