Skip to content

greenthepear/rgbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official interpreter for the rgbl esoteric programming language, made in Julia.

Usage

$ git clone https://github.com/greenthepear/rgbl.git
$ cd rgbl
$ julia
# Press ]
pkg> activate .

julia> import rgbl

julia> rgbl.run("examples/hello_world.ppm")

or

$ julia --project=. -e 'import rgbl; rgbl.run("examples/hello_world.ppm")'

About

rgbl esolang interpreter made in Julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages