yali4j
yali4j copied to clipboard
I wanted to impress you guys so I built this interpreter.
Exiting REPL mode with 'exit' command will give some people an experience to use this mode. Most of languages (tools) that contain REPL mode are support 'exit' or similar command....
Yalija's class was supports method(s) and property(es). When code with OOP paradigm, we using class. But, yalija doesn't support encapsulation yet. But, we often using encapsulation when we develop with...
While I'm running yalija, I'm trying to process branching logic with a (integer) zero condition. Almost all programming language consider it to be same as boolean 'false'. But, yalija considers...
Is yalija doesn't support unary operator? Maybe it can be added to simplify increment or decrement's operation.
Yalija does not support break statements which could be useful when doing loops, consider adding support for it in the future.
Yalija's function declaration syntax performs two independent operations. It creates a function and also binds it to a name. This improves usability for the common case where we do want...
Currently yalija's REPL mode only supports single-line statements and expressions, this is a quite jarring limitation because practically no one writes code in a single line. Moreover, PR #9 ships...
## Overview Currently these are the operators supported by yalija, going from the lowest precedence level to the highest. | Name | Operators | Associativity | | ------------- | -------------...