Skip to content

vesteinn/nanocompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple compiler

An exercise in using a Lex-Yacc style system for a minimal programming language using the excellent Python Lex-Yacc https://github.com/dabeaz/ply

There are two parsers, one top down and one bottom up which uses the Yacc part.

About

Compiler written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages