summaryrefslogtreecommitdiff
path: root/pez.c
Commit message (Expand)AuthorAgeFilesLines
* stack effects + optimize exefnlemon2022-10-131-98/+153
* array#fill -> array#newlemon2022-10-131-13/+27
* check global decl names are not reservedlemon2022-10-131-0/+3
* length -> lenlemon2022-10-131-12/+10
* use inline stack memory for vectors to reduce allocationslemon2022-10-111-148/+202
* missing gcmark()lemon2022-10-111-0/+3
* fix minor misc bugslemon2022-10-101-7/+9
* fix const foldinglemon2022-10-101-1/+0
* better error reportinglemon2022-10-101-23/+76
* remove unused vecpoplemon2022-10-101-22/+0
* stylelemon2022-10-101-84/+42
* SEL[*] gather operatorlemon2022-10-101-3/+16
* missing typestr for upvallemon2022-10-101-0/+1
* erratalemon2022-10-101-1/+1
* pez_checksig() helperlemon2022-10-101-22/+120
* varargslemon2022-10-101-12/+49
* cache closures with no upvalueslemon2022-10-101-8/+19
* inline some thingslemon2022-10-101-25/+10
* bug fixeslemon2022-10-101-4/+11
* dilambdas and suchlemon2022-10-101-26/+132
* better delstring()lemon2022-10-101-3/+8
* fix some memory leakslemon2022-10-091-0/+5
* disallow keywords as identifierslemon2022-10-091-0/+14
* RET statementlemon2022-10-091-1/+3
* remove unused macrolemon2022-10-091-2/+0
* optimize operations with immediates for compound assignment opslemon2022-10-091-53/+68
* fix closures GC buglemon2022-10-091-1/+6
* only close vars when necessarylemon2022-10-091-1/+2
* no need to explicitely close vars in top scopelemon2022-10-091-1/+1
* upval size optimizationlemon2022-10-091-4/+7
* closureslemon2022-10-091-22/+164
* gc errataslemon2022-10-091-5/+11
* gc bugfixlemon2022-10-091-8/+9
* stylelemon2022-10-091-22/+24
* hmlemon2022-10-091-3/+3
* do not store each objs sizelemon2022-10-091-7/+30
* more GC stufflemon2022-10-081-44/+78
* basic gc and closures sketonlemon2022-10-081-155/+346
* initial commitlemon2022-10-081-0/+3524