Speka: a tiny OO language Speka is a really small language I designed in order to learn how to write an interpreter. It has a simple syntax (for now), and is really easy to be implemented, yet powerful. Users can extend the functionality of the language or embed it into their applications very easily. The parser is a hand-written resursive descent parser. The compiler would generate a intermediate experssion, which runs on a stack-based virtual machine.
shiinamiyuki/Speka_old
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|