Skip to content

gnuwilliam/toylang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

247 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy Programming Language

Simple toy programming language that runs on top of Ruby

Run the example

./toylang test.toy

Running the tests

Lexer tests

ruby -Itest test/lexer_test.rb

Parser tests

ruby -Itest test/parser_test.rb

Runtime tests

ruby -Itest test/runtime_test.rb

Interpreter tests

ruby -Itest test/interpreter_test.rb

About

Simple toy programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages