index
:
ek
master
BORED - Compiler for triscv
kimi.h.kuparinen+ek@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast.c
Age
Commit message (
Expand
)
Author
2025-01-21
add type visibility checks
Kimplul
2025-01-19
improve export model
Kimplul
2025-01-16
start adding exported defs
Kimplul
2025-01-16
skip a few extra allocs
Kimplul
2025-01-11
fix some analyzer warnings
Kimplul
2025-01-11
multiple import stuff
Kimplul
2025-01-11
futher struct continuation work
Kimplul
2025-01-10
initial struct continuations implemented
Kimplul
2024-08-22
disable ast dump when DEBUG=0
Kimplul
2024-08-17
actually enable clang compilation and apply fixes
Kimplul
2024-08-14
test cleanup
Kimplul
2024-08-12
make id scope point to defining scope
Kimplul
2024-08-12
make defer work better with generic code
Kimplul
2024-08-11
initial generics for structs
Kimplul
2024-08-11
parse struct continuation
Kimplul
2024-08-09
fix trait expansion
Kimplul
2024-04-15
force all structs to align 3
Kimplul
2024-04-15
add param and return struct handling
Kimplul
2024-04-12
start work on struct handling
Kimplul
2024-04-09
formatting
Kimplul
2024-04-09
add initial ufcs checks
Kimplul
2024-04-09
fix ast dumping
Kimplul
2024-04-09
simplify ast definition
Kimplul
2024-04-07
implement some initial qbt backend stuff
Kimplul
2024-02-20
expand type expansion
Kimplul
2024-02-18
implement some basic generic features
Kimplul
2024-02-17
follow conventions closer
Kimplul
2024-02-16
rework
Kimplul
2023-11-19
start working on instruction lowering
Kimplul
2023-11-14
make memory tracking more dumb
Kimplul
2023-11-13
further simplification of scope concept
Kimplul
2023-11-12
start implementing new generics handling
Kimplul
2023-11-07
simplift syntax somewhat
Kimplul
2023-08-15
updates to syntax
Kimplul
2023-05-20
document ast.h
Kimplul
2023-05-08
start documentation process
Kimplul
2023-05-01
update license stuff
Kimplul
2023-04-30
add linting
Kimplul
2023-04-30
rename to ek
Kimplul
2023-04-03
initial union testing
Kimplul
2023-03-30
change to left-to-right resolver
Kimplul
2023-03-27
change typeof to be a full time type
Kimplul
2023-03-26
start enums
Kimplul
2023-03-26
struct member naming
Kimplul
2023-03-25
add formatter
Kimplul
2023-03-25
slightly refactor ast
Kimplul
2023-03-25
add union to parser
Kimplul
2023-03-24
struct initializers
Kimplul
2023-03-23
integrate parser work
Kimplul