-
Notifications
You must be signed in to change notification settings - Fork 0
minimalist io implementation
License
joeldevahl/minion
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published