aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* some rough edges..lemon2022-08-191-27/+91
|
* change enum backing typelemon2022-08-191-4/+28
|
* attriblemon2022-08-191-0/+13
|
* labels, #FILE #LINE, some bugfixes, c typeslemon2022-08-191-24/+68
|
* fix hashing and typeeq for enumslemon2022-08-191-1/+3
|
* #tag lvaluelemon2022-08-191-1/+4
|
* EUSwitch and #taglemon2022-08-191-3/+63
|
* fix leakslemon2022-08-191-2/+3
|
* do not use P.tokloc directlylemon2022-08-191-63/+56
| | | | for it is not what is intended whilst a macro is being expanded
* templateslemon2022-08-191-21/+226
|
* tagged unionslemon2022-08-191-1/+17
|