index
:
a404m/felan
master
This is a new language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
Age
Commit message (
Collapse
)
Author
4 days
add better time printing
A404M
5 days
move time to utils
A404M
5 days
fix space checking in lexer
A404M
some small improvements
5 days
fixing some bugs
A404M
6 days
add @import
A404M
7 days
prepairing stuff for import in codes
A404M
2025-04-15
add string
A404M
2025-04-09
convert assert to static_assert for no unnecesary runtime overhead
A404M
2025-04-08
determine if f16 is supported at comptile time
A404M
2025-04-08
add support for tcc
A404M
2025-04-04
arg names are in function types now
A404M
2025-02-23
add more support for types
A404M
2025-02-23
fix bugs in float types
A404M
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-11
add unary + -
A404M
2025-02-10
fix double free of code
A404M
some clean up
2025-02-09
fix leaks
A404M
fix printError
2025-02-09
fix some memory leak
A404M
2025-02-08
better errors
A404M
2025-02-08
add const check
A404M
fix some bugs
2025-02-07
add plus
A404M
trying to add return
2025-01-30
added assign operator
A404M
2025-01-30
added global variables (not constants)
A404M
2025-01-27
add print_u64 to be able to print u64 numbers
A404M
2025-01-18
initial commit
A404M