67 Commits

Author SHA1 Message Date
Bob Polis
ce44657a98 renamed some labels to make combining with other functions easier (global label names!) 2020-09-11 12:59:18 +02:00
Bob Polis
edb61d1b09 added test file; added index file to prevent directory listing by web server 2020-09-10 15:28:12 +02:00
Bob Polis
c4ade5ee09 changed to use start.txt as default, to be overridden by argv[1] 2020-09-09 18:29:17 +02:00
Bob Polis
79715ad9df added function test with gcd calculation 2020-09-09 12:35:32 +02:00
Bob Polis
41c83877a7 fixed label position calculation 2020-09-09 11:52:01 +02:00
Bob Polis
344f26b05f added 2 code files; added enl instruction; completed main to do the right thing 2020-09-07 18:50:09 +02:00
Bob Polis
b0a3637b1d implemented interpreter; setup code dir; added code sync to Makefile 2020-09-07 11:40:58 +02:00
df283d562d partial start of implementation for interpreter 2020-09-06 12:57:55 +02:00
00d0eac893 partial start of implementation for interpreter 2020-09-06 12:57:28 +02:00
431367cb40 added .gitignore for built executable 2020-09-05 14:40:54 +02:00
Bob Polis
b102dfee4b minor improvements 2020-09-02 11:25:13 +02:00
Bob Polis
b9df8cdb02 refactored into a proper RAII class for a curl handle 2020-09-02 10:59:31 +02:00
Bob Polis
f4f3b5a32f added header for good measure 2020-09-02 10:02:50 +02:00
Bob Polis
c155a70fad minor code formatting change 2020-09-02 09:57:45 +02:00
Bob Polis
762f58edd0 removed unnecessary includes 2020-09-02 09:57:21 +02:00
Bob Polis
d38251fe66 refactored curl code into new helper class 2020-09-02 09:53:22 +02:00
Bob Polis
efaf6124e5 first commit 2020-09-01 16:12:41 +02:00