Welcome, Guest. Please login or register.

Author Topic: jAMOS - new AMOS BASIC reimplementation in Java  (Read 8395 times)

Description:

0 Members and 6 Guests are viewing this topic.

Offline MequaTopic starter

  • Newbie
  • *
  • Join Date: Feb 2011
  • Posts: 31
    • Show all replies
jAMOS alpha 0.22
« Reply #14 from previous page: May 11, 2012, 12:05:34 AM »
Update: jAMOS alpha 0.22 (May 10th 2012)

- Various bug fixes and code refactoring.
- Now supports whitespace in expressions without hanging (bug fix); examples updated.
- Tidied up several examples.
- Back-port of the parser/interpreter core from Java to C++ almost completed, to be released soon as "MequaScript".
 

Offline MequaTopic starter

  • Newbie
  • *
  • Join Date: Feb 2011
  • Posts: 31
    • Show all replies
jAMOS alpha 0.23
« Reply #15 on: May 24, 2012, 06:51:32 AM »
Update: jAMOS alpha 0.23 (May 23rd 2012)

- Various more bug fixes and code refactoring.
- A new, non-AMAL Abk example was added with easier code to follow.
- jAMOS now has a sister project - XAMOS! Fully re-written runtime engine in C++ with SDL libraries, compatible with jAMOS projects.
 

Offline MequaTopic starter

  • Newbie
  • *
  • Join Date: Feb 2011
  • Posts: 31
    • Show all replies
jAMOS alpha 0.24
« Reply #16 on: June 03, 2012, 04:10:24 PM »
Update: jAMOS alpha 0.24 (June 3rd 2012)

- Various more bug fixes and code refactoring in line with XAMOS 0.24.
- Can now translate AMAL and AMAL EnvGen code into C++ as well as Java, in line with XAMOS's new AMAL support.