Skip to content

ambarvm/go-transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Parser

Note: This is not a transpiler despite the name of the repository. It is only a parser.

Getting Started

To complile and run the parser:

make parser
./parse filename.go

To test all files in /tests:

./test.sh