Commit Graph

197 Commits

Author SHA1 Message Date
9fc354d30f new example 2015-10-22 14:43:11 +03:00
91e3a8fc03 bit more space for instructions 2015-10-21 18:37:04 +03:00
b4630fb501 add some simple programs
both failing, finally get some work done here
2015-10-21 15:22:56 +03:00
b4fcf6a711 remove local dependency again 2015-10-21 14:08:44 +03:00
94292bf1ca allow for empty view
and reset view when interpreter restarts
2015-10-21 14:05:18 +03:00
906017d1eb let the user switch the program that runs
simply grab one of a presets
clear views and start interpreter with the parse from server
2015-10-21 14:04:42 +03:00
b8e309b701 don't pre-start interpreter anymore, but allow for switching source 2015-10-21 14:03:56 +03:00
4752732bf8 helper to clear the view 2015-10-21 14:03:23 +03:00
45a2c707da simple server api to return possible programs and their parses
Parsley doesn’t work on opal (though it is pure ruby)
thus have to jump through  (client server) hoops
2015-10-21 14:03:02 +03:00
8eade695a4 start of a code repository 2015-10-21 14:01:46 +03:00
82b78b8825 create view directory for views 2015-10-19 19:56:35 +03:00
37e24cd02a update to new syntax 2015-10-19 19:56:10 +03:00
0db8d87c09 putstring 2015-10-17 10:29:04 +03:00
b8dd2b257c update salama 2015-10-17 10:10:33 +03:00
c87b1f615e updating gems 2015-10-07 15:27:34 +03:00
e48b7f5c7a better documentation 2015-10-07 12:24:02 +03:00
ed5b946a70 fix ast for opal 2015-10-07 12:23:46 +03:00
36e3a8d4cc object in register change fixed 2015-10-04 22:39:02 +03:00
d23a9846e3 switch to sat and load code from file 2015-10-02 20:25:54 +03:00
ab55f64cdf minitest adds itself 2015-08-26 12:23:11 +03:00
3ca4f29ed1 yanked diy branch to master 2015-08-25 12:37:29 +02:00
c0bdfe149c fix list and string views 2015-08-25 11:54:44 +02:00
5ec7ea6d56 small fix 2015-08-25 09:57:22 +02:00
ee788b3507 add layout to object view 2015-08-25 09:57:08 +02:00
85e099382d fix method update 2015-08-24 02:19:41 +02:00
7d214e7013 finish off instruction view (+small rename) 2015-08-24 02:04:07 +02:00
c5a07be6ac inlined mini clases 2015-08-24 01:49:41 +02:00
b3de7c9b5e implement instruction view , almost complete 2015-08-24 01:45:33 +02:00
516b041bed small improvements 2015-08-24 01:44:50 +02:00
a25d292e1f improve style a bit 2015-08-24 01:44:04 +02:00
167353fdf3 update method name 2015-08-23 02:28:31 +02:00
95c4d656b3 last DOM cleaning 2015-08-23 02:20:36 +02:00
3319b0cd98 fix the z index 2015-08-23 02:16:32 +02:00
7820c5eff0 clean of DOM 2015-08-23 02:16:13 +02:00
a56e811699 small fix and expansion to 5 level 2015-08-23 02:15:34 +02:00
83e0c8a925 now very simple to get expanding objects 2015-08-22 21:17:32 +02:00
7885ae93c4 redo object view as list, introduce ref view 2015-08-22 20:11:33 +02:00
caa1da342c remove the root function (pass to super now) 2015-08-22 19:28:09 +02:00
b8a0e5f8a3 fix blocks to change 2015-08-22 18:37:42 +02:00
b43bffc940 remove DOM usage from blocks, make it list view 2015-08-22 17:30:27 +02:00
1ad5681827 remove DOM usage from object 2015-08-22 17:19:07 +02:00
cf1d32e520 objects back on screen, not updating yet 2015-08-22 02:40:19 +02:00
68f67eda54 registers ticking, but objects not showing 2015-08-22 02:23:53 +02:00
ed2a054ca6 starting interpreter and getting ticks going (slowly) 2015-08-22 01:59:29 +02:00
3fa685a0bb assign @element explicitly (remove create_element) 2015-08-22 01:37:15 +02:00
0d4813df13 added separate class view and made classes view a listview 2015-08-22 01:36:11 +02:00
5f2f35cbcf debug by environment (stop endless editing) 2015-08-22 01:35:21 +02:00
15fd4ea7c6 remove some DOM usage 2015-08-22 01:06:48 +02:00
b21ca406c8 rename create_element to div and create to create_element 2015-08-22 01:05:35 +02:00
6925a3fefa bit of organizing 2015-08-21 20:05:49 +02:00