Skip to content

Port of "The Super Tiny Compiler" written in Go

License

Notifications You must be signed in to change notification settings

ndrewnee/go-stc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tsc

Description

Port of The Super Tiny Compiler written in Go

Usage

go get -u github.com/ndrewnee/go-stc/...
stc "(add 10 (subtract 10 6))"
# Output: add(10, subtract(10, 6));

Tests

cd $GOPATH/src/github.com/ndrewnee/go-stc
go test ./...

About

Port of "The Super Tiny Compiler" written in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages