index
:
a404m/felan
master
This is a new language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
/
lib
Age
Commit message (
Collapse
)
Author
2025-06-10
fixing some parse order
A404M
2025-06-10
add more functions to string
A404M
2025-06-10
fix some return type issues
A404M
2025-06-09
changing access overloading to have pointer to value instead of value
A404M
itself
2025-06-09
fix assigning to dereference access in a chain
A404M
2025-06-09
fix bug in shape shifter matching
A404M
2025-06-09
fixing bug in anytype
A404M
2025-06-08
removing old code
A404M
2025-06-04
fixing more bugs in access
A404M
2025-06-03
fixing some bugs
A404M
2025-06-01
add println
A404M
fix @neg type
2025-05-31
add array access support to arrays
A404M
2025-05-31
function with exact types are prefered to shape shifters
A404M
2025-05-31
fixing some problems with array access
A404M
2025-05-30
fixing some minor issues
A404M
2025-05-30
add more memory management stuff
A404M
2025-05-29
add any type
A404M
2025-05-29
fix bug in array
A404M
2025-05-28
fix length getting in array
A404M
2025-05-28
add more stuff to lib
A404M
fix use after free
2025-04-26
add @isComptime to determine if code is running in comptime or not
A404M
2025-04-25
Added print library
MrCoderV3