arpitbbhayani / GBASIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GBASIC

Golang implementation of the BASIC programming language.

Install Antler4

Install the ANTLR4 tool and generate the parser code for the BASIC grammar. Install ANTLR4 tool by following the instructions provided in the official documentation: https://www.antlr.org/

$ pip install antlr4-tools

Build

$ antlr4 -Dlanguage=Go parser/BASIC.g4

Run

$ go run main.go

About


Languages

Language:ANTLR 60.3%Language:Go 39.7%