Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.45 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.45 KB

go-compiler

Description

This is a simple "compiler" project for C-like language. It is written in Go and is created for educational purposes.

The ideia is fix the concepts of compiler construction, like how Lexical Analysis, Syntax Analysis and Semantic Analysis works and learn more about Go language.

Roadmap

  • Lexical analysis
  • Syntax analysis

Usage

go run src/main.go input/main.txt

Additional information