Releases: Funkschy/kantan-lang
Releases · Funkschy/kantan-lang
Fixed integer casting again
I missed the case where we cast from a smaller unsigned int to a larger unsigned int
Fixed integer casting
0.4.6-RC8 fixed integer casting
Fixed template in other module error
0.4.6-RC7 fixed generic array import bug
Added project root imports
You can now import modules based on the project root instead of relative by doing
import ":test";
if you had the following project structure:
test.kan
lib/
lib.kan
the import ":test"
inside lib.kan would import the test.kan, since it's the "highest" file and therefore the project root
Fixed cli bugs
Fixed bugs regarding the cli and calling function pointers