aboutsummaryrefslogtreecommitdiff
path: root/src/fmt.cff
Commit message (Expand)AuthorAgeFilesLines
* fix some warnings lemon2022-08-311-2/+2
* def x = expr -> defmacro x = expr, def const -> def lemon2022-08-311-1/+1
* fix some type size errors lemon2022-08-301-0/+1
* remove ir*.cff; make vararg only with primitive types lemon2022-08-291-7/+7
* many things ,varags lemon2022-08-291-0/+2
* fix some fold and add def const lemon2022-08-281-0/+6
* bitfields lemon2022-08-261-0/+6
* initial work on IR lemon2022-08-201-0/+6
* templates lemon2022-08-191-5/+22
* lots of goodnes lemon2022-08-181-1/+23
* fix bodyarg lemon2022-08-181-5/+7
* parse defmacro lemon2022-08-171-1/+6
* struct,union lemon2022-08-171-0/+3
* more exprs, warnings lemon2022-08-171-4/+13
* binary operators and more stuff lemon2022-08-161-0/+1
* stuff lemon2022-08-161-5/+15
* diagnostics file loc lemon2022-08-151-0/+24
* self hosted progress lemon2022-08-151-0/+121
* woa lemon2022-08-141-8/+17
* fix arena lemon2022-08-141-1/+6
* cond switch lemon2022-08-131-8/+26
* selfhosted lexer lemon2022-08-121-31/+82
* va list, cont fix lemon2022-08-121-0/+94