Skip to content

leonhx/yaly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Lex-Yacc

A simple implementation of lex and yacc, of which the regular expression part is based on another repo leon-huang/yare.git.

The usage is similiar to PLY (Python Lex-Yacc).

Name Convention

Terminals should be uppercase, while non-terminals should be lowercase.

About

A simple implementation of lex and yacc, of which the regular expression part is based on another repo leon-huang/yare.git

Resources

License

Stars

Watchers

Forks

Packages

No packages published