aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
Commit message (Expand)AuthorAgeFilesLines
* check for duplicate fields faster using bloom filterlemon2022-09-011-6/+54
* replace instances of streq with ==lemon2022-09-011-10/+10
* disallow duplicate fieldslemon2022-09-011-0/+11
* fix memory leaklemon2022-09-011-0/+1
* relax block comment lexing requirementslemon2022-09-011-2/+24
* disallow mutating elements of const arraylemon2022-09-011-2/+6
* remove nesemu1lemon2022-08-311-1/+1
* fix some warningslemon2022-08-311-1/+1
* def x = expr -> defmacro x = expr, def const -> deflemon2022-08-311-5/+12
* self hosting !!! with some workarounds though .lemon2022-08-311-6/+7
* remove some testing thinglemon2022-08-311-5/+0
* get close to self hosting (ack works)lemon2022-08-311-4/+15
* fix some type size errorslemon2022-08-301-4/+2
* interntype by reflemon2022-08-301-8/+8
* union staticslemon2022-08-301-1/+1
* bitfield initializerslemon2022-08-301-2/+50
* Makefile and suchlemon2022-08-301-0/+4
* remove ir*.cff; make vararg only with primitive typeslemon2022-08-291-43/+52
* many things ,varagslemon2022-08-291-100/+122
* add type, multiline stringslemon2022-08-291-2/+14
* fix some fold and add def constlemon2022-08-281-1/+6
* miscellaneouslemon2022-08-271-1/+1
* fix value when assign op store overflows, also typecheck assignopslemon2022-08-271-2/+8
* improve bitfieldslemon2022-08-271-10/+3
* bitfieldslemon2022-08-261-29/+143
* some fixes + .[] syntax sugarlemon2022-08-261-0/+7
* vararg promote array->ptrlemon2022-08-261-2/+3
* gensym fix, offset fix, str staticslemon2022-08-261-2/+2
* don't inherit defers into nested functionslemon2022-08-251-0/+3
* now test.cff kindalemon2022-08-251-0/+1
* slen, sptr, complete method type stufflemon2022-08-251-3/+31
* aligns fixlemon2022-08-251-4/+3
* add cond switchlemon2022-08-251-1/+1
* eu switchlemon2022-08-251-2/+4
* switch checklemon2022-08-251-0/+23
* check castslemon2022-08-251-3/+19
* slice and stufflemon2022-08-241-1/+1
* more llvmlemon2022-08-241-6/+13
* llvm defer and morelemon2022-08-241-72/+154
* collatz!lemon2022-08-231-6/+0
* llvm hello worldinglemon2022-08-221-6/+14
* screw it , llvmlemon2022-08-221-2/+3
* irlemon2022-08-221-2/+2
* asm prelude, more IRlemon2022-08-211-5/+15
* more IR progresslemon2022-08-201-4/+10
* initial work on IRlemon2022-08-201-2/+5
* defer fixlemon2022-08-201-6/+6
* fix memory buglemon2022-08-191-7/+36
* fix tepl cachelemon2022-08-191-4/+6
* more miscellaneous fixeslemon2022-08-191-1/+2