Releases: jpcarreon/loco
Releases · jpcarreon/loco
v1.8.7
Notable Changes:
- Improved divider positioning
v1.8.6
Notable Changes:
- Sidepanel moved to the bottom
- Added a text indicator to show current open file and program status
v1.8.5
Notable Changes:
- Syntax Highlighting can now be turned off.
- Side panel to open lexeme table, symbol table, and console.
v1.8.0
Notable Changes:
- Errors now show an error type e.g. Syntax Error, Type Error, etc.
- Division by 0 now shows a Math Error
- Implemented
...
and ,
operators
v1.7.5
Notable Changes:
- Tabs are now reduced from 8 space to 4 spaces
- Wrap text can now be enabled
v1.7.0
Notable Changes:
IT
is now allowed to be used in expressions just like a normal variable
- Multi-line comments are now allowed before and after
- Program runtime can now be displayed if option is ticked
v1.6.0
Notable Changes:
- Changed the datatype used for
NUMBR
to long
from int
.
- Changed the datatype used for
NUMBAR
to double
from float
.
- Scoping in functions is now properly implemented
v1.5.0
Notable Changes:
- Syntax highlighting for code editor
v1.4.0
Notable Changes:
\t
is now correctly recognized as delimiter for keywords
- is no longer allowed in
MAEK
- SymbolTable now updates for every execution of a loop
v1.3.0
Notable Changes:
- Line numbers for code editor
- Semantic errors now report line numbers more accurately
- Debugging mode should now more accurately go through the code line by line