Skip to content

CarlosVilla00896/TinyGoCompiler

Repository files navigation

Tiny Go

Project for the Compilers II class, in which I created a small compiler for a reduced version of the Go language.

1. Technologies and tools used

  • Flex. Responsible for lexical analysis.
  • Bison. Responsible for syntactic and semantic analysis.
  • C++. Used in conjunction with the above tools.

2. Running the compiler

make
./tinyGo test.txt

About

Project for the Compilers II class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published