Skip to content

lczyk/goruby

 
 

Repository files navigation

goruby

Go Report Card

An implementation of A SUBSET of Ruby in Go. The goal of this implementation is to be able to run Pyramid-Scheme.

REPL

There is a basic REPL within cmd/girb. It supports multiline expressions and all syntax elements the language supports yet.

To run it ad hoc run go run cmd/girb/main.go and exit the REPL with CTRL-D.

Command

To run the command as one off run go run cmd/goruby/main.go.

About

An implementation of *A SUBSET* of Ruby in Go for running Pyramid Scheme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.2%
  • Ruby 3.8%