Skip to content

An interpreted programming language written in Go

Notifications You must be signed in to change notification settings

cedricmar/bazic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazic

An interpreted programming language written in Go

How to use

Compile

$ go build github.com/cedricmar/bazic/cmd/bazic

Running a program

$ ./bazic file.bz

Run from prompt

$ ./bazic

Tooling

Generating AST

Use to generate expressions types

$ go build github.com/cedricmar/bazic/cmd/generate_ast

Then run

$ ./generate_ast

About

An interpreted programming language written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages