Skip to content

Releases: Funkschy/kantan-lang

Fixed integer casting again

30 Jun 19:22
Compare
Choose a tag to compare

I missed the case where we cast from a smaller unsigned int to a larger unsigned int

Fixed integer casting

18 Jun 21:54
Compare
Choose a tag to compare
Fixed integer casting Pre-release
Pre-release
0.4.6-RC8

fixed integer casting

Fixed template in other module error

21 Jan 18:42
Compare
Choose a tag to compare
Pre-release
0.4.6-RC7

fixed generic array import bug

Added project root imports

20 Nov 12:18
Compare
Choose a tag to compare
Pre-release

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

18 Nov 15:00
Compare
Choose a tag to compare
Fixed cli bugs Pre-release
Pre-release

Fixed bugs regarding the cli and calling function pointers

0.4.6-RC4

16 Sep 18:25
Compare
Choose a tag to compare
0.4.6-RC4 Pre-release
Pre-release

Quality of life improvements

0.4.6-RC3

02 Sep 16:27
Compare
Choose a tag to compare
0.4.6-RC3 Pre-release
Pre-release

Added array types and indexing

0.4.6-RC2

31 Jul 22:11
Compare
Choose a tag to compare
0.4.6-RC2 Pre-release
Pre-release

fixed type inference in "new"

0.4.6-RC1

31 Jul 20:03
Compare
Choose a tag to compare
0.4.6-RC1 Pre-release
Pre-release

Added defer and all int types

0.4.5

21 Jun 20:50
Compare
Choose a tag to compare
0.4.5 Pre-release
Pre-release

Added Import aliases and Enum start values