1
0
Fork 0
Commit graph

29 commits

Author SHA1 Message Date
0f440dfb6f
Add environment handling 2022-08-13 01:23:32 +02:00
362fdc1118
Implemented the under funge command 2022-08-08 21:41:55 +02:00
b5bfb6f025
Implemented the } (aka end) funge command 2022-08-07 00:09:32 +02:00
28d9795fde
Implemented the { (aka begin) funge command 2022-08-06 09:45:09 +02:00
15c75b9f69
Do not add the top of the stack stack on the array list 2022-08-06 09:44:14 +02:00
dae0b3d39c
Implemented stack transfert 2022-08-05 22:40:42 +02:00
8e9f1f3af0
Simplified io context implementation 2022-08-03 23:14:41 +02:00
e5eca00399
Implemented decimalInput io function 2022-08-03 22:32:09 +02:00
30329bcc35
Improved main test to check for expected output 2022-07-31 10:26:23 +02:00
aa56929ff7
Reworked io functions to take a configurable reader or writer 2022-07-30 00:31:14 +02:00
35c2f5e626
Removed useless imports 2022-07-30 00:29:59 +02:00
f7a5e4f52c
Refactored io functions handling 2022-06-12 21:47:52 +02:00
dc0952685e
Implemented basic cli 2022-06-12 15:57:54 +02:00
75fc1506e5
Pass the sanity test 2022-06-09 23:18:27 +02:00
aec8f51451
Added submodules for the spec and the mycology test suite 2022-05-10 23:18:22 +02:00
55399a71ba
Implemented most of the funge pointer logic 2022-05-08 17:51:43 +02:00
bcb5cc61dd
Reintroducing the empty field errors and fixed the bugs introduced in the last commit 2022-05-06 19:28:27 +02:00
582bfc893c
Fixed a misunderstanding about allocations (I did too much go and nim!) 2022-05-05 22:28:07 +02:00
644e626399
Finished implementing the funge field 2022-03-29 21:55:27 +02:00
631dd86f4d
Continued implementing the funge field 2022-03-21 18:03:22 +01:00
d11e6b93e9
Continued implementing the funge field 2022-03-20 17:10:27 +01:00
79fe123c36
Began implementing the funge Field 2022-02-20 23:22:12 +01:00
6997d07ac8
Simplified the stack stack code 2022-02-20 23:17:50 +01:00
8bd793daf0
Rewrote stack tests 2022-02-20 23:06:51 +01:00
0c80404e11
Added code coverage to tests with zig build test -Dtest-coverage 2022-02-20 23:06:19 +01:00
629923b3c9
Began implementing the funge98 stack stack 2022-02-18 01:07:53 +01:00
a6d0b334d9
fixed the funge stack types 2022-02-18 01:07:14 +01:00
eb73b96d9b
Began implementing a funge stack 2022-02-17 02:31:38 +01:00
b2b4f7be41
initial import 2022-02-17 02:30:37 +01:00