8000 GitHub - dinizgab/toy_compiler: A simple compiler built using Golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dinizgab/toy_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A toy compiler made with Golang

Overview

THis project is a simple compiler designed for educational purposes. It demonstrates the concepts of compilation and aims to provide a foundation for understanding how compilers work and to serve as a basis for further experimentation and learning.

Installation

To install it, you'll need to have Go installed on your machine. Clone the repository and build the project with the following commands:

git clone https://github.com/dinizgab/toy_compiler.git
cd toy_compiler
go build

Usage

It's pretty simple to use, you just need to run this line of code:

./toy_compiler --filename data/test.lmn 

Or you can replace the filename for a path of a file with that you want

About

A simple compiler built using Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0