aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
Commit message (Collapse)AuthorAgeFilesLines
* relax block comment lexing requirements lemon2022-09-011-2/+24
|
* disallow mutating elements of const array lemon2022-09-011-2/+6
|
* remove nesemu1 lemon2022-08-311-1/+1
|
* fix some warnings lemon2022-08-311-1/+1
|
* def x = expr -> defmacro x = expr, def const -> def lemon2022-08-311-5/+12
|
* self hosting !!! with some workarounds though . lemon2022-08-311-6/+7
|
* remove some testing thing lemon2022-08-311-5/+0
|
* get close to self hosting (ack works) lemon2022-08-311-4/+15
|
* fix some type size errors lemon2022-08-301-4/+2
|
* interntype by ref lemon2022-08-301-8/+8
|
* union statics lemon2022-08-301-1/+1
|
* bitfield initializers lemon2022-08-301-2/+50
|
* Makefile and such lemon2022-08-301-0/+4
|
* remove ir*.cff; make vararg only with primitive types lemon2022-08-291-43/+52
|
* many things ,varags lemon2022-08-291-100/+122
|
* add type, multiline strings lemon2022-08-291-2/+14
|
* fix some fold and add def const lemon2022-08-281-1/+6
|
* miscellaneous lemon2022-08-271-1/+1
|
* fix value when assign op store overflows, also typecheck assignops lemon2022-08-271-2/+8
|
* improve bitfields lemon2022-08-271-10/+3
|
* bitfields lemon2022-08-261-29/+143
|
* some fixes + .[] syntax sugar lemon2022-08-261-0/+7
|
* vararg promote array->ptr lemon2022-08-261-2/+3
|
* gensym fix, offset fix, str statics lemon2022-08-261-2/+2
|
* don't inherit defers into nested functions lemon2022-08-251-0/+3
|
* now test.cff kinda lemon2022-08-251-0/+1
|
* slen, sptr, complete method type stuff lemon2022-08-251-3/+31
|
* aligns fix lemon2022-08-251-4/+3
|
* add cond switch lemon2022-08-251-1/+1
|
* eu switch lemon2022-08-251-2/+4
|
* switch check lemon2022-08-251-0/+23
|
* check casts lemon2022-08-251-3/+19
|
* slice and stuff lemon2022-08-241-1/+1
|
* more llvm lemon2022-08-241-6/+13
|
* llvm defer and more lemon2022-08-241-72/+154
|
* collatz! lemon2022-08-231-6/+0
|
* llvm hello worlding lemon2022-08-221-6/+14
|
* screw it , llvm lemon2022-08-221-2/+3
|
* ir lemon2022-08-221-2/+2
|
* asm prelude, more IR lemon2022-08-211-5/+15
|
* more IR progress lemon2022-08-201-4/+10
|
* initial work on IR lemon2022-08-201-2/+5
|
* defer fix lemon2022-08-201-6/+6
|
* fix memory bug lemon2022-08-191-7/+36
|
* fix tepl cache lemon2022-08-191-4/+6
|
* more miscellaneous fixes lemon2022-08-191-1/+2
|
* some rough edges.. lemon2022-08-191-27/+91
|
* change enum backing type lemon2022-08-191-4/+28
|
* attrib lemon2022-08-191-0/+13
|
* labels, #FILE #LINE, some bugfixes, c types lemon2022-08-191-24/+68
|