salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

CLI REPL Enhancements #61

Open salmanahmad opened 10 years ago

salmanahmad commented 10 years ago

You should track { ( and " and only accept when things are balanced

salmanahmad commented 10 years ago

Enabled API auto-completion using tabs. Take a look at JLine2's Completer interface.

salmanahmad commented 10 years ago

Support for primitives and the := syntax.