Commit Graph

35 Commits (master)

Author SHA1 Message Date
theFox6 1282e6c8ec
Add io (#4) 2021-02-16 20:51:05 +00:00
theFox6 1ec9e925bc
Add new random examples (#3) 2020-12-08 20:55:00 +00:00
theFox6 17fc1baf38 Fix hello world test (#2) 2019-04-13 14:04:05 +01:00
theFox6 b7297e73d2 Improve readability of hello_world program 2019-03-23 16:27:49 +00:00
rubenwardy 1f01d595e9 Use shared_ptr for canvases 2017-05-26 16:55:25 +01:00
rubenwardy 824229f4e4 Reduce chunk hash map size and use CANVAS_HASHMAP_SIZE consistently 2017-05-21 23:00:43 +01:00
rubenwardy f21efeaed8 Update readme 2017-05-21 01:59:10 +01:00
rubenwardy fe7c827f25 Move operators to separate file 2017-05-21 01:38:02 +01:00
rubenwardy f9817b9c74 Make cursor in thread private 2017-05-21 01:23:17 +01:00
rubenwardy d8b6638f08 Deconstructors 2016-04-04 11:39:38 +01:00
rubenwardy 8ad488f484 Persistent canvas for subprograms 2016-04-04 11:30:18 +01:00
rubenwardy e5089f9b31 Reorganisation of cpp and header files 2016-04-04 11:15:16 +01:00
rubenwardy e011fd66a6 Start of rufunge submodule loading 2016-04-04 11:08:54 +01:00
rubenwardy 989dafc314 Add jump and bridge 2016-04-04 10:27:24 +01:00
rubenwardy 687f88e9f0 Fix left over directory name in README.md after renaming directory 2016-02-22 00:15:20 +00:00
rubenwardy 30069cb523 Correct language name in README.md 2016-02-22 00:13:48 +00:00
rubenwardy e5c4b67ec3 Rename examples to misc and tests to examples 2016-02-22 00:09:46 +00:00
rubenwardy d3f789aa9a Add usage guide 2016-02-22 00:07:56 +00:00
rubenwardy f0aaaa7d3f Update documentation 2016-02-22 00:05:12 +00:00
rubenwardy 9f8d5a48d6 Fix NULL not defined errors 2016-02-21 23:40:41 +00:00
rubenwardy 895b496574 Update README.md 2016-02-21 23:30:33 +00:00
rubenwardy ef17527e0a Add get put 2016-02-21 21:53:23 +00:00
rubenwardy c29ecf2dc0 Discard and swap 2016-02-21 21:42:03 +00:00
rubenwardy 09ee4010c8 Add random 2016-02-21 21:33:58 +00:00
rubenwardy 17004c1885 Rename examples/ to tests/ 2016-02-21 21:33:47 +00:00
rubenwardy 4f8751df0f Add more arith operators 2016-02-21 18:29:27 +00:00
rubenwardy 4078f97878 Add v-if 2016-02-21 17:33:36 +00:00
rubenwardy 6759b096ed Add mod operator 2016-01-28 11:33:39 +00:00
rubenwardy 7c4af0626c Add unit testing for rufunge example scripts 2016-01-28 01:26:32 +00:00
rubenwardy c8aec1aa14 Add duplicate and horizontal if 2016-01-28 01:11:04 +00:00
rubenwardy bd2f488c57 Add stepping and some standard subroutines 2016-01-28 00:50:47 +00:00
rubenwardy 9e5a3c6632 Add read from file 2016-01-27 23:33:54 +00:00
rubenwardy fbda60e519 Move canvas functions to canvas.cpp 2016-01-27 23:09:13 +00:00
rubenwardy 2b1897545c Get canvas to work, add cursor direction manipulation 2016-01-27 23:03:50 +00:00
rubenwardy 007e3d7cb9 Initial Commit 2016-01-27 19:39:35 +00:00