Releases: KennyOliver/FlavorLang
Releases · KennyOliver/FlavorLang
v0.41.3-alpha: Add Built-In `sleep()` for Pausing Execution
What's Changed
- Issue 194: Add Built-In
sleep()
for Pausing Execution by @KennyOliver in #195
Full Changelog: v0.41.2-alpha...v0.41.3-alpha
v0.41.2-alpha: Add Array Concatenation with `+` Operator
What's Changed
- Issue 192: Add Array Concatenation with
+
Operator by @KennyOliver in #193
Full Changelog: v0.41.1-alpha...v0.41.2-alpha
v0.41.1-alpha: Built-In Function Redefinition Errors in Child Environments (Specifically `rescue`)
v0.41.1-alpha: Built-In Function Redefinition Errors in Child Environments (Specifically `rescue`)
Pre-release
Pre-release
What's Changed
- Issue 190: Built-In Function Redefinition Errors in Child Environments (Specifically
rescue
) by @KennyOliver in #191
Full Changelog: v0.41.0-alpha...v0.41.1-alpha
v0.41.0-alpha: Issue Tokenizing Function Calls within Arrays & Calling Functions by Reference
v0.41.0-alpha: Issue Tokenizing Function Calls within Arrays & Calling Functions by Reference
Pre-release
Pre-release
What's Changed
- Issue 188: Issue Tokenizing Function Calls within Arrays & Calling Functions by Reference by @KennyOliver in #189
Full Changelog: v0.40.0-alpha...v0.41.0-alpha
v0.40.0-alpha: (Fix) Minifier adds space after all keywords including create
Pre-release
What's Changed
- Issue 185: Implement a Minifier (
--minify
) by @KennyOliver in #186 - Issue 185: (Fix) Minifier adds space after all keywords including
create
by @KennyOliver in #187
Full Changelog: v0.39.0-alpha...v0.40.0-alpha
v0.39.0-alpha: Added Support for 2D Arrays & Built-In `length()`
What's Changed
- Issue 175: Add Support for 2D Arrays & Built-In
length()
by @KennyOliver in #184
Full Changelog: v0.38.0-alpha...v0.39.0-alpha
v0.38.0-alpha: Added Support for Arrays (1D)
What's Changed
- Issue 175: Added Support for Arrays (1D) by @KennyOliver in #183
Full Changelog: v0.37.1-alpha...v0.38.0-alpha
v0.37.1-alpha: FIX Function Return Handling Prevents Variable Assignment
What's Changed
- Issue 181: Function Return Handling Prevents Variable Assignment by @KennyOliver in #182
Full Changelog: v0.37.0-alpha...v0.37.1-alpha
v0.37.0-alpha: Implement `try`-`rescue`-`finish` (try-catch)
What's Changed
- Issue 54: Numerous Places in README Need Updating by @KennyOliver in #178
- Issue 179: Implement
try
-rescue
-finish
(try-catch) by @KennyOliver in #180
Full Changelog: v0.36.0-alpha...v0.37.0-alpha
v0.36.0-alpha: Functions are now First-Class Citizens
What's Changed
- Issue 176: Functions Not Recognized as Arguments Without Explicit Invocation by @KennyOliver in #177
Full Changelog: v0.35.13-alpha...v0.36.0-alpha