Skip to content

Releases: jpcarreon/loco

v1.8.7

24 Dec 11:03
e7fbe5f
Compare
Choose a tag to compare

Notable Changes:

  • Improved divider positioning

v1.8.6

21 Dec 10:29
1cdd2c3
Compare
Choose a tag to compare

Notable Changes:

  • Sidepanel moved to the bottom
  • Added a text indicator to show current open file and program status

v1.8.5

20 Dec 05:36
87aabf4
Compare
Choose a tag to compare

Notable Changes:

  • Syntax Highlighting can now be turned off.
  • Side panel to open lexeme table, symbol table, and console.

v1.8.0

13 Dec 01:58
30afb2c
Compare
Choose a tag to compare

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

08 Dec 01:23
686fde4
Compare
Choose a tag to compare

Notable Changes:

  • Tabs are now reduced from 8 space to 4 spaces
  • Wrap text can now be enabled

v1.7.0

04 Dec 01:15
5a78564
Compare
Choose a tag to compare

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

30 Nov 09:02
72dc70f
Compare
Choose a tag to compare

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

29 Nov 12:15
841ac8b
Compare
Choose a tag to compare

Notable Changes:

  • Syntax highlighting for code editor

v1.4.0

29 Nov 09:27
7b1a315
Compare
Choose a tag to compare

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

28 Nov 06:59
474e065
Compare
Choose a tag to compare

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