index
:
a404m/felan
master
This is a new language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
5 days
some clean ups
A404M
6 days
prepairing more for importing
A404M
11 days
change print time to us from ns
A404M
2025-04-15
add string
A404M
2025-04-09
changed the way of parsing order finding to speed it up
A404M
2025-04-09
add better support for debugging compiler
A404M
2025-04-09
convert assert to static_assert for no unnecesary runtime overhead
A404M
2025-04-07
add struct + struct values + access by dot
A404M
2025-04-05
working on access operator
A404M
2025-04-04
arg names are in function types now
A404M
2025-03-29
fix bug in conditions
A404M
2025-02-23
add more support for types
A404M
2025-02-23
fix bugs in float types
A404M
2025-02-23
clean up
A404M
2025-02-22
some clean up
A404M
2025-02-22
cleaning stuff and maybe cause some speed up
A404M
2025-02-21
add a lot of goodies in types
A404M
2025-02-18
add f16 f32 f64 f128
A404M
2025-02-12
fix some leaks
A404M
2025-02-12
enhanced if with else
A404M
2025-02-12
fix circular dependency problem
A404M
2025-02-11
add unary + -
A404M
2025-02-10
fix double free of code
A404M
2025-02-10
add - * / %
A404M
2025-02-09
fix some memory leak
A404M
2025-02-08
add bool
A404M
2025-02-07
add plus
A404M
2025-02-06
prepairing to have better functions
A404M
2025-01-30
added assign operator
A404M
2025-01-29
add global variables
A404M
2025-01-27
add print_u64 to be able to print u64 numbers
A404M
2025-01-25
add function call
A404M
2025-01-23
cleaning the code
A404M
2025-01-19
fix memory leaks
A404M
2025-01-18
initial commit
A404M