summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ascenc/decmasterlemon2025-06-181-0/+30
|
* len fixeslemon2025-06-171-5/+7
|
* forbid too long arrays & stringslemon2025-06-172-2/+18
|
* repl: put last value in _lemon2025-06-161-0/+3
|
* + pez_setgloballemon2025-06-162-0/+11
|
* change lambda syntax {[a] x} -> $[a]{x}lemon2025-06-164-20/+20
|
* mathslemon2025-06-152-1/+63
|
* explicit function call recursion limitlemon2025-05-112-25/+36
|
* fix bytecode constants reuselemon2025-05-111-1/+3
|
* tostringlemon2025-05-061-6/+30
|
* io#write, pusbool, checksiglemon2025-05-062-8/+42
|
* fixlemon2025-05-061-5/+9
|
* fix negative index out of boundslemon2025-04-141-1/+1
|
* basic C user data, iolemon2025-04-112-3/+156
|
* assert[]lemon2025-04-112-2/+27
|
* fix bug with newrec. add typeoflemon2025-04-112-3/+25
|
* LICENCElemon2025-02-071-0/+7
|
* parser: make read callback be bufferedlemon2025-02-076-17/+39
|
* gc mark recordlemon2022-10-181-0/+16
|
* basic recordslemon2022-10-171-5/+127
|
* stack effects + optimize exefnlemon2022-10-132-99/+154
|
* array#fill -> array#newlemon2022-10-132-15/+29
|
* check global decl names are not reservedlemon2022-10-131-0/+3
|
* length -> lenlemon2022-10-132-12/+19
|
* use inline stack memory for vectors to reduce allocationslemon2022-10-113-148/+216
|
* 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-103-23/+154
|
* remove unused vecpoplemon2022-10-101-22/+0
|
* stylelemon2022-10-101-84/+42
|
* SEL[*] gather operatorlemon2022-10-102-3/+23
|
* missing typestr for upvallemon2022-10-101-0/+1
|
* removed unused TObjectlemon2022-10-101-1/+0
|
* erratalemon2022-10-101-1/+1
|
* pez_checksig() helperlemon2022-10-102-22/+123
|
* varargslemon2022-10-102-12/+58
|
* cache closures with no upvalueslemon2022-10-101-8/+19
|
* .gitignorelemon2022-10-101-0/+2
|
* inline some thingslemon2022-10-101-25/+10
|
* bug fixeslemon2022-10-103-5/+12
|
* dilambdas and suchlemon2022-10-102-42/+156
|
* 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-092-5/+14
|