index
:
a404m/felan
master
This is a new language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runner
/
runner.h
Age
Commit message (
Expand
)
Author
8 days
add array access support to arrays
A404M
12 days
fix memory leak
A404M
2025-05-23
add way to call C functions
A404M
2025-05-23
added native values instead of ast ones
A404M
2025-05-16
cleaning up more
A404M
2025-05-16
some clean ups
A404M
2025-05-16
add continue
A404M
2025-05-16
break now works
A404M
2025-05-07
add lazy to variables
A404M
2025-04-26
add @isComptime to determine if code is running in comptime or not
A404M
2025-04-26
clean up
A404M
2025-04-23
prepairing more for importing
A404M
2025-04-15
some improvements for type system
A404M
2025-04-09
add builtins (cast)
A404M
2025-04-07
add more type stuff
A404M
2025-04-05
working on access operator
A404M
2025-03-27
replaced old variable system with new one in vm
A404M
2025-03-20
added named paramters
A404M
2025-03-18
fixed multi depth dependencies
A404M
2025-02-22
some clean up
A404M
2025-02-21
add a lot of goodies in types
A404M
2025-02-12
enhanced if with else
A404M
2025-02-09
fix memory leaks
A404M
2025-02-09
fixed running functions twoice
A404M
2025-02-08
add arguments
A404M
2025-02-07
add plus
A404M