Skip to content

Releases: KennyOliver/FlavorLang

v0.32.0-alpha: Add File IO Support to Standard Library (Read, Write, Append)

01 Jan 22:42
4abcf6b
Compare
Choose a tag to compare

What's Changed

  • Issue 139: Add File IO Support to Standard Library (Read, Write, Append) by @KennyOliver in #141

Full Changelog: v0.31.0-alpha...v0.32.0-alpha

v0.31.0-alpha: Implement a Standard Library Function for Time

01 Jan 20:53
e1b3b59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.1-alpha...v0.31.0-alpha

v0.30.1-alpha: Casting Functions `string()`, `int()`, and `float()` Not Working

01 Jan 16:41
d15a21a
Compare
Choose a tag to compare

What's Changed

  • Issue 136: Casting Functions string(), int(), and float() Not Working by @KennyOliver in #137

Full Changelog: v0.30.0-alpha...v0.30.1-alpha

v0.30.0-alpha: Add `random()` Function to Standard Library / Built-In Functions

01 Jan 13:38
1d28a9c
Compare
Choose a tag to compare

What's Changed

  • Issue 133: Add random() Function to Standard Library / Built-In Functions by @KennyOliver in #134

Full Changelog: v0.29.0-alpha...v0.30.0-alpha

v0.29.0-alpha: Refactor & Update Function Names, Documentation, and Syntax Highlighter

01 Jan 12:06
c4586e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0-alpha...v0.29.0-alpha

v0.28.0-alpha: Add Copyright Notice & Logo for FlavorLang & Repository

01 Jan 09:54
faa5266
Compare
Choose a tag to compare

What's Changed

  • Issue 128: Add Copyright Notice for FlavorLang & Repository by @KennyOliver in #129

Full Changelog: v0.27.0-alpha...v0.28.0-alpha

v0.27.0-alpha: Implement Boolean Operators (`&&`, `||`, and `!`)

31 Dec 23:31
9b27daa
Compare
Choose a tag to compare

What's Changed

  • Issue 126: Implement Boolean Operators (&&, ||, and !) by @KennyOliver in #127

Full Changelog: v0.26.0-alpha...v0.27.0-alpha

v0.26.0-alpha: Implement Parentheses Support & PEDMAS/BIDMAS/BODMAS

31 Dec 22:52
b2c8e4c
Compare
Choose a tag to compare

What's Changed

  • Issue 124: Implement Parentheses Support and PEDMAS/BIDMAS/BODMAS by @KennyOliver in #125

Full Changelog: v0.25.2-alpha...v0.26.0-alpha

v0.25.2-alpha: Add support for `%`, `//`, and `**` Operators

31 Dec 16:51
c8c6d2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.1-alpha...v0.25.2-alpha

v0.25.1-alpha: Improved Error Handling for Invalid Type Casting

31 Dec 15:15
14c5333
Compare
Choose a tag to compare

What's Changed

  • Issue 120: Improved Error Handling for Invalid Type Casting by @KennyOliver in #121

Full Changelog: v0.25.0-alpha...v0.25.1-alpha