Releases: Appracatappra/GraceLanguage
2.0.3
2.0.2
PrivacyInfo Update.
2.0.1
Swift 6 shared fix.
2.0.0
Swift 6 and .iOS(.v18), .macOS(.v15), .tvOS(.v18), .watchOS(.v11)
1.0.9
Improved Parsing and Compiling Errors.
1.0.8
Added Line Number and Character Position information to Grace Tokenizer and Grace Compiler Errors.
1.0.7
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
Added forced type casting functions to the StandardLib and improved documentation.
1.0.5
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
Added tricks to handle negative numbers as a temporary quick fix.