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
5b4e0e7a0fc88eb23dab391dcb8e74ccdaf1edfb
piquant
/
tests
History
Andrew Kesterson
559ff15dc0
WIP. Storing code in line numbers and listing is working. Added a RUN command, and refactored the line runner logic out of basic_repl into basic_run_line. The repl still works but the RUN function is busted. The parser logic is increasingly getting in the way, and the solver is not as useful as I originally thought. The original design of the datastructures and logic is getting in my way and adding confusion. I may need to try something simpler.
2024-05-07 08:08:40 -04:00
..
basic_parser.c
WIP : Storing line numbers, detecting immediate mode vs storage mode, solver tests are not working
2024-05-06 17:51:42 -04:00
basic_parser.deps
- Added string strip methods lstrip and rstrip
2024-05-04 22:08:20 -04:00
basic_solver.c
WIP. Storing code in line numbers and listing is working. Added a RUN command, and refactored the line runner logic out of basic_repl into basic_run_line. The repl still works but the RUN function is busted. The parser logic is increasingly getting in the way, and the solver is not as useful as I originally thought. The original design of the datastructures and logic is getting in my way and adding confusion. I may need to try something simpler.
2024-05-07 08:08:40 -04:00
basic_solver.deps
Added the ability to parse commands as well as expressions.
2024-05-06 16:57:13 -04:00
basic_tokenizer.c
Added the ability to parse commands as well as expressions.
2024-05-06 16:57:13 -04:00
basic_tokenizer.deps
- All tests passing
2024-05-04 11:31:14 -04:00
Makefile
- All tests passing
2024-05-04 11:31:14 -04:00
stdlib_atoi.c
- All tests passing
2024-05-04 11:31:14 -04:00
stdlib_atoi.deps
Added primitive unit testing in tests/
2016-03-27 12:11:24 -07:00
stdlib_dtoa.c
Added primitive unit testing in tests/
2016-03-27 12:11:24 -07:00
stdlib_dtoa.deps
Added primitive unit testing in tests/
2016-03-27 12:11:24 -07:00
stdlib_imod.c
- All tests passing
2024-05-04 11:31:14 -04:00
stdlib_imod.deps
- All tests passing
2024-05-04 11:31:14 -04:00
stdlib_isalnum.c
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isalnum.deps
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isdigit.c
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isdigit.deps
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isupper_islower.c
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isupper_islower.deps
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isupper.deps
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isxdigit.c
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_isxdigit.deps
Add tests for stdlib
2016-03-27 12:42:42 -07:00
stdlib_itoa.c
- All tests passing
2024-05-04 11:31:14 -04:00
stdlib_itoa.deps
- All tests passing
2024-05-04 11:31:14 -04:00
string_chomp.c
- Added string strip methods lstrip and rstrip
2024-05-04 22:08:20 -04:00
string_chomp.deps
- Added string strip methods lstrip and rstrip
2024-05-04 22:08:20 -04:00
string_memcpy.c
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
string_memcpy.deps
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
string_memset.c
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
string_memset.deps
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
string_strcmp.c
Add more tests from stringlib
2016-03-27 13:19:38 -07:00
string_strcmp.deps
Add more tests from stringlib
2016-03-27 13:19:38 -07:00
string_strlen.c
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
string_strlen.deps
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
string_strncat.c
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
string_strncat.deps
Add more tests from stringlib
2016-03-27 13:16:41 -07:00
test.sh
Add tests for stdlib
2016-03-27 12:42:42 -07:00