Skip to content

Releases: SingularityT3/PseudoEngine2

PseudoEngine2 v1.0.1

30 Mar 09:14
Compare
Choose a tag to compare

Changelog:

  • Time functions
  • Error hints

PseudoEngine2 v1.0.0

03 Dec 10:12
Compare
Choose a tag to compare

Change log:

  • Enum arithmetic
  • Fix crash when calling RAND(0)
  • AND operator no longer checks second condition if first one fails
  • Support for random files
  • Use readline library for input on linux to provide history and line editing
  • Added -pedantic option

PseudoEngine2 v0.5.1

10 Mar 13:40
Compare
Choose a tag to compare

Change log:

  • Add .0 when real holding integer value is output
  • Pass parameters BYREF or BYVAL individually
  • Bug fixes

PseudoEngine2 v0.5

25 Feb 11:45
Compare
Choose a tag to compare

Change log:

  • 'DATE' type
  • Shorter syntax to mention data type for last parameter if multiple parameters are of same type
  • Newline may be used after 'TYPE' keyword

PseudoEngine2 v0.4

23 Feb 14:13
ac414db
Compare
Choose a tag to compare

Change log:

  • Input into array elements and composite types directly
  • Assignment of arrays
  • Access global variables in functions and procedures
  • Character comparison

PseudoEngine2 v0.3

22 Feb 07:59
Compare
Choose a tag to compare

Change log:

  • Enums
  • Pointers
  • Composite types
  • Run files from REPL
  • 'DO' keyword is optional in while loops

PseudoEngine2 v0.2

12 Feb 16:33
Compare
Choose a tag to compare

Change log:

  • Declare multiple variables in one line
  • File operations
  • Math functions
  • Automatically define variables when taking input
  • Implicit casts

PseudoEngine2 v0.1

13 Apr 06:23
Compare
Choose a tag to compare

First release