Commit Graph

230 Commits

Author SHA1 Message Date
Richard Harrington
d59467d2d2 rewrote doc string for make-instr-pair 2013-07-31 19:11:43 -04:00
Richard Harrington
2dbd496442 revised informal testing junk in core.clj 2013-07-31 17:38:55 -04:00
Richard Harrington
e1e25fcbe7 moved tokens' :line and :pos fields into the metadata map, refactored to preserve metadata, wrote a test for that 2013-07-31 17:38:33 -04:00
Richard Harrington
d37a87e810 minor change: for changing equality, moved from set notation to equals sign 2013-07-31 16:03:15 -04:00
Richard Harrington
e15147c679 rearranged indexing of registers 2013-07-31 14:56:01 -04:00
Richard Harrington
b331a43f79 changed name 'compile' to 'assemble', now don't have to exclude loading of clojure.core/compile 2013-07-31 14:30:40 -04:00
Richard Harrington
64cb83cb3b altered informal testing junk in core.clj 2013-07-30 18:32:52 -04:00
Richard Harrington
5c15b98861 got simple printing of world almost working 2013-07-30 18:32:37 -04:00
Richard Harrington
4276409d9c wrote init-world function to create a world-state 2013-07-30 11:44:36 -04:00
Richard Harrington
42676dff1c added docstring to tick-robot 2013-07-30 08:23:05 -04:00
Richard Harrington
099e20d732 refactored tick-robot to use 'into' instead of multiple assocs and an increment function 2013-07-29 18:35:47 -04:00
Richard Harrington
b5ba742bc2 corrected registers-with-effect-on-world list again 2013-07-29 18:34:57 -04:00
Richard Harrington
52554ab4c5 added SPEEDX and SPEEDY to list of registers which have an effect on the world 2013-07-29 17:00:32 -04:00
Richard Harrington
a964ff9815 fixed bug causing ENDSUB not to parse properly; also added tests 2013-07-29 15:09:51 -04:00
Richard Harrington
6bc36bc579 loaded core.match 2013-07-29 15:09:05 -04:00
Richard Harrington
854359de18 minor change; restored testing with equals sign rather than tset literals for one item 2013-07-29 15:08:24 -04:00
Richard Harrington
27eeb56e83 altered parse and compile to add beginnings of error-checking framework (also added tests for this) 2013-07-29 12:57:20 -04:00
Richard Harrington
c20ed88809 extensive refactoring and shortening in create/map-labels 2013-07-29 11:46:27 -04:00
Richard Harrington
79149f8a8f minor line clarity change in create/disambiguate-minus-signs 2013-07-29 11:45:42 -04:00
Richard Harrington
43a9a97078 refactored destructuring of function and let parameters in create/disambiguate-minus-signs 2013-07-29 11:44:57 -04:00
Richard Harrington
75b005aea9 refactored to use 'into' to merge hash-maps, instead of rebuilding them from scratch or doing multiple assocs 2013-07-29 11:40:59 -04:00
Richard Harrington
36e54daaed added support for parsing multiple lines with comments; also added line number metadata, and tests for all this 2013-07-29 00:40:22 -04:00
Richard Harrington
fbc33868f9 rewrote create/repl to use pprint 2013-07-28 23:06:49 -04:00
Richard Harrington
184fd500b5 removed pretty-printing feature from robotwar.create; now that I have discovered pprint 2013-07-28 23:00:56 -04:00
Richard Harrington
9bfa7c213e restored full 'robotwar' name everywhere, instead of 'rw' 2013-07-28 22:37:18 -04:00
Richard Harrington
dbd1007a84 shortened main namespace name from robotwar to rw 2013-07-28 01:31:03 -04:00
Richard Harrington
abae4d35b0 converted to proper ns macro format 2013-07-28 01:19:55 -04:00
Richard Harrington
b0fb5d6147 almost got robot-tick function working 2013-07-25 12:53:10 -04:00
Richard Harrington
4cfac7d461 wrote map-labels function to map the labels in a token-string. including tests. 2013-07-22 23:03:57 -04:00
Richard Harrington
411b9013ef changed robotwar files & folders to remove 'hs-' prefix 2013-07-19 16:34:44 -04:00