| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-05 | fix ACCEPT | kitty | |
| still not ideal because i think blank lines and EOF are handled the same. not sure how they should be separated. | |||
| 2026-03-05 | move back to brk'd memory | kitty | |
| someone on the uiua discord told me about mprotect. it worked! | |||
| 2026-03-05 | untested accept | kitty | |
| 2026-03-04 | remove old commented out stuff | kitty | |
| 2026-03-04 | fucking oops | kitty | |
| so turns out my comparisons have been fucked for this whole time lmao | |||
| 2026-03-04 | um | kitty | |
| 2026-03-04 | buffer-key | kitty | |
| none of this is tested yet need to do ACCEPT then REFILL then LOAD i guess? | |||
| 2026-03-04 | kinda losing steam i think, but i'd like to get this done | kitty | |
| 2026-03-03 | mostly just been Thinking | kitty | |
| also have been busy today | |||
| 2026-03-02 | move-back | kitty | |
| now i need to actually use it in (refill) | |||
| 2026-03-02 | true+false, unfinished REFILL | kitty | |
| cant be bothered to finish it right now | |||
| 2026-03-01 | source-id | kitty | |
| 2026-02-28 | cmove> | kitty | |
| 2026-02-28 | ... whooops | kitty | |
| 2026-02-28 | NOT, duskos-based rename h0 > herestart hend > heremax | kitty | |
| 2026-02-28 | rename: allot> → allot@ | kitty | |
| also based on duskos names | |||
| 2026-02-28 | rename :noname to :> | kitty | |
| the name :> is taken from dusk os. i like it and it's shorter than :noname and i don't care about standard compliance | |||
| 2026-02-28 | error handler as :noname word | kitty | |
| 2026-02-28 | octal, :noname | kitty | |
| 2026-02-27 | ?comp ?intr (not used yet though) | kitty | |
| 2026-02-27 | immediate tick for handler setting | kitty | |
| 2026-02-27 | some rearranging, interactive tick | kitty | |
| 2026-02-27 | interactivity test | kitty | |
| oh that was easy | |||
| 2026-02-27 | example: write line from stdin to stdout | kitty | |
| i am unnervingly close to interactive input surprisingly soon | |||
| 2026-02-27 | VALUE, and make handler a value | kitty | |
| 2026-02-27 | move syswrite to filehandle area | kitty | |
| read-file does not work right now | |||
| 2026-02-27 | allot -> allot>, allot | kitty | |
| allot> returns an address. allot doesn't | |||
| 2026-02-27 | MAKE - it's like create but for arrays and stuff | kitty | |
| my create works in a way that makes stuff like `create DATA 8 cells allot` will not work correctly. so i chose a synonym for `create` that works in the correct way. | |||
| 2026-02-27 | .errno | kitty | |
| i should go to bed | |||
| 2026-02-27 | */mod */ % | kitty | |
| 2026-02-27 | z", lowest level file handling, errno stuff | kitty | |
| 2026-02-27 | rm old test stuff | kitty | |
| 2026-02-27 | fix new handler | kitty | |
| just reset the stack at the error | |||
| 2026-02-27 | .rs, rp, also i forgot to reset `say` to use stdout | kitty | |
| 2026-02-26 | folding sections | kitty | |
| figure i'll start doing this now while it's still relatively small | |||
| 2026-02-26 | EVALUATE use return stack | kitty | |
| 2026-02-26 | shocking news: leaving shit on stack breaks program | kitty | |
| oops | |||
| 2026-02-26 | use cell+ in s" | kitty | |
| 2026-02-26 | CASE (from jonesforth) | kitty | |
| 2026-02-26 | rename 0branch to ?branch | kitty | |
| 2026-02-26 | comment out for later | kitty | |
| not sure what teh issue is here yet | |||
| 2026-02-26 | fix string stack wonkery? i think? | kitty | |
| i mean it works now afaict... | |||
| 2026-02-26 | don't interpret " | kitty | |
| also fixes the Leaving shit on the stack issue. i still dont know what that's about but i just `drop` it and its fixed | |||
| 2026-02-26 | not found error (currently breaks shit) | kitty | |
| 2026-02-26 | add end of input handling to cparse | kitty | |
| 2026-02-26 | handle end of input in PARSE (todo: this in cparse) | kitty | |
| 2026-02-26 | maybe this program is extremely broken. possible | kitty | |
| 2026-02-25 | incomplete assembler displacement | kitty | |
| 2026-02-24 | wtf | kitty | |
| moving the stack after the user memory has entirely fixed the problem i dont understand | |||
| 2026-02-24 | error handling? | kitty | |
