Skip to content

joeldevahl/minion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minion - a minimalistic io implementation

This project is the start of a minimal implementation of the io programming
language, or something syntactically similar. It consists of a lexer, a
parser, a hashtable acting as objects and a simple AST traversal. It has no
support for infix operations:

    a + b

is not valid. One has to write

    a +(b)

instead, if a slot + has been added to the type a represents. This is to be
read as "call the method + on a, with the argument b".

Happy hacking.

About

minimalist io implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published