shawnyu5 / super_simple_compiler

A simple implentation of a compiler written in go to understand how compilers works under the hood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super simple compiler

Writting a super simple compiler to understand how compilers work behind the scenes.

The aim is to pass a python function signature, and have it compile to a go function signature.

About

A simple implentation of a compiler written in go to understand how compilers works under the hood


Languages

Language:Go 100.0%