This website requires JavaScript.
Explore
Help
Sign In
andrew
/
piquant
Archived
Watch
1
Star
0
Fork
0
You've already forked piquant
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-05-18
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
40a2de796d189b18c5323d3152b3a7750be6e895
piquant
/
src
History
Andrew Kesterson
d5d96676b1
Added a GOTO command
2024-05-12 21:39:59 -04:00
..
basic.c
Added a GOTO command
2024-05-12 21:39:59 -04:00
basic.h
Added a GOTO command
2024-05-12 21:39:59 -04:00
conio.c
WIP Removed some debug stuff
2024-05-12 21:33:55 -04:00
conio.h
WIP : Eff it, I left the magic memcpy in. Printing mostly works but it's still broken. Calls to _cputs and _cputsf may mysteriously fail due to some kind of memory corruption I haven't tracked down yet. This commit leaves in a bunch of commented testing code, the next commit will rip them out.
2024-05-12 21:28:27 -04:00
kernel.c
WIP : Storing line numbers, detecting immediate mode vs storage mode, solver tests are not working
2024-05-06 17:51:42 -04:00
screen.c
WIP scrolling seems to work correctly now if all you ever do is call advanceCursor()
2024-05-07 17:01:19 -04:00
screen.h
WIP scrolling seems to work correctly now if all you ever do is call advanceCursor()
2024-05-07 17:01:19 -04:00
stdlib.c
- All tests passing
2024-05-04 11:31:14 -04:00
stdlib.h
- All tests passing
2024-05-04 11:31:14 -04:00
string.c
WIP : About to rip out the old parser and solver, can't get things working the way I expect and the old code is in the way
2024-05-07 18:06:01 -04:00
string.h
WIP : About to rip out the old parser and solver, can't get things working the way I expect and the old code is in the way
2024-05-07 18:06:01 -04:00
types.h
- All tests passing
2024-05-04 11:31:14 -04:00