index
:
a404m/felan
master
This is a new language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runner
/
runner.c
Age
Commit message (
Collapse
)
Author
2025-04-04
add undefined and fix some struct stuff
A404M
2025-04-04
add reassignable functions in function scopes (reassignable lambdas)
A404M
2025-04-04
arg names are in function types now
A404M
2025-03-29
fix bug in conditions
A404M
2025-03-29
convert int value metadata to pointer for unified style
A404M
2025-03-27
fix memory leak
A404M
2025-03-27
fix bug in multiple left value dereference
A404M
2025-03-27
fix bug in multiple dereference
A404M
2025-03-27
add dereferencing
A404M
2025-03-27
replaced old variable system with new one in vm
A404M
2025-03-27
trying to change way of variables
A404M
2025-03-26
add address operator
A404M
2025-03-26
fix null double free
A404M
2025-03-25
fix recursive call bug
A404M
2025-03-25
add pointer type
A404M
2025-03-20
added named paramters
A404M
2025-03-20
fix bug in paramter types in function calls
A404M
2025-03-18
fixed multi depth dependencies
A404M
2025-02-24
add comptime concept
A404M
2025-02-23
add more support for types
A404M
2025-02-23
fix bugs in float types
A404M
2025-02-23
fix some bugs
A404M
2025-02-23
fix inline if
A404M
2025-02-23
fix < >= operator bug
A404M
2025-02-22
some clean up
A404M
2025-02-21
add a lot of goodies in types
A404M
2025-02-18
add while
A404M
fix some memory leaks
2025-02-18
add plus minus to floats
A404M
fix memory leaks
2025-02-18
add f16 f32 f64 f128
A404M
2025-02-13
add i8 u8 i16 u16 i32 u32
A404M
add overflow warning
2025-02-13
some clean up
A404M
2025-02-13
add == != > >= < <=
A404M
2025-02-13
add i64
A404M
2025-02-12
fix some leaks
A404M
2025-02-12
enhanced if with else
A404M
fix if scope bug
2025-02-12
add if
A404M
2025-02-12
fix circular dependency problem
A404M
2025-02-11
add unary + -
A404M
2025-02-10
add - * / %
A404M
2025-02-09
fix memory leaks
A404M
2025-02-09
fixed running functions twoice
A404M
2025-02-09
fix leaks
A404M
fix printError
2025-02-08
add bool
A404M
2025-02-08
add arguments
A404M
2025-02-08
add const check
A404M
fix some bugs
2025-02-08
fix some bugs for return
A404M
2025-02-07
add return
A404M
2025-02-07
add plus
A404M
trying to add return