Skip to content

Releases: Appracatappra/GraceLanguage

2.0.3

13 May 15:19

Choose a tag to compare

Updated to the latest Swift v6.1 compiler.

2.0.2

12 Jun 18:15

Choose a tag to compare

PrivacyInfo Update.

2.0.1

12 Jun 16:32

Choose a tag to compare

Swift 6 shared fix.

2.0.0

12 Jun 13:31

Choose a tag to compare

Swift 6 and .iOS(.v18), .macOS(.v15), .tvOS(.v18), .watchOS(.v11)

1.0.9

22 Feb 20:39

Choose a tag to compare

Improved Parsing and Compiling Errors.

1.0.8

22 Feb 17:17

Choose a tag to compare

Added Line Number and Character Position information to Grace Tokenizer and Grace Compiler Errors.

1.0.7

22 Feb 14:06

Choose a tag to compare

Added more routines for type casting GraceVariables. Additionally, if a GraceVariable of type .any is used in a formula, it will be auto cast to a base type based on the value it contains.

1.0.6

30 Jan 15:06

Choose a tag to compare

Added forced type casting functions to the StandardLib and improved documentation.

1.0.5

28 Jan 03:40

Choose a tag to compare

Correctly converts the EMPTY_STRING token from the tokenizer into a Swift empty string ("") when using any of the string operators on a GraceVariable. Correctly parse negative number constants without having to use any tricks.

1.0.4

18 Jan 21:08

Choose a tag to compare

Added tricks to handle negative numbers as a temporary quick fix.