Commit graph

52 commits

Author SHA1 Message Date
f2b67a1b40 fix array JIO 2022-04-24 01:57:31 +02:00
582c0861fb debuggerIPC improvements 2022-04-19 03:16:33 +02:00
cdaf6edffa fix stream.isbpl 2022-04-18 21:36:53 +02:00
288370d093 first try at very basic garbage collection 2022-04-18 20:53:06 +02:00
8cf1983910 add JIO context that returns the current ISBPL instance, fix ISBPLObject.equals 2022-04-18 19:50:36 +02:00
9c6a4cc98a make constructors work 2022-04-17 19:17:57 +02:00
f5307d2b97 add callmethod function 2022-04-17 17:40:25 +02:00
4cd3baeac2 fix array JIO strings 2022-04-17 17:02:50 +02:00
6e2f22fe69 fix array null elements, add constructors 2022-04-17 16:10:49 +02:00
20d45e71ae add superclasses to JIO 2022-04-17 12:17:14 +02:00
2e597b0966 fix MT bugs 2022-04-16 22:13:08 +02:00
b535caf9c0 fix a bug in interpretRaw that crashed the program 2022-04-16 21:31:42 +02:00
8b55f0921f Add JIO getclass 2022-04-16 21:05:17 +02:00
6d29b9d8d4 JIO 2022-04-16 18:44:07 +02:00
4992213f21 add fields to OOP 2022-04-16 00:44:52 +02:00
8ca9e13cad object oriented programming 2022-04-16 00:11:12 +02:00
95da50a02a add def native 2022-04-12 16:43:51 +02:00
645a78bead add lambda expression support 2022-04-09 02:44:30 +02:00
9174ba0dd8 add subprocess cmd 2022-03-24 15:24:34 +01:00
19fe403eb3 add main function to std that does nothing 2022-03-22 12:22:21 +01:00
b76f275392 fix try catch 2022-03-16 13:35:09 +01:00
a6e10e996e fix swap operation 2022-03-16 02:07:53 +01:00
a14e4dd66e Merge remote-tracking branch 'refs/remotes/origin/master' 2022-03-16 00:45:37 +01:00
2bed885ead functional programming yay 2022-03-16 00:45:22 +01:00
a1cef8f7f3 _enable_debug now returns current port if called after debugger is already started 2022-03-14 22:17:07 +01:00
8fd3d6b8c4 add api for adding more supported natives 2022-03-14 17:17:58 +01:00
d886280f10 fixed exiting in another thread 2022-03-13 13:29:21 +01:00
052b17c864 add server sockets and make stream api thread safe 2022-03-12 19:59:39 +01:00
b7da8362f9 add Multithreading support 2022-03-12 19:49:47 +01:00
fbc750f79d add s command to debugger to stop 2022-03-08 10:27:48 +01:00
502632aeb2 fix some isbpl.java 2022-03-08 10:22:26 +01:00
f377560e21 add some more dumping stuff to natives 2022-03-07 18:02:48 +01:00
91b05d9f3d fix _enable_debug 2022-03-07 15:21:03 +01:00
645d1bd918 fix _enable_debug 2022-03-07 15:19:38 +01:00
93374fbf2e fix _enable_debug 2022-03-07 15:17:34 +01:00
82bb27d01c return port from _enable_debug 2022-03-07 13:17:25 +01:00
e28ad23a7f add better debugging capabilities, add native to enable debugging OTF 2022-03-06 19:34:29 +01:00
66582125fc add helloworldgen.isbpl to demonstrate streams, fix streams 2022-03-06 18:46:04 +01:00
e9022405c9 add streams 2022-03-06 18:13:25 +01:00
a61427702e add time functions, fix errorstream.isbpl 2022-03-06 17:39:49 +01:00
f57a98fe84 add custom port setting for debug 2022-03-06 16:41:19 +01:00
7d8c9d0938 add exception handling to debugger 2022-03-06 16:34:26 +01:00
0b1067f8cc add meta-inf for jars 2022-03-06 16:11:07 +01:00
d57404bf02 better trycatch, more debugging 2022-03-06 15:37:19 +01:00
f8bace8ce4 better interpreter 2022-03-06 15:25:48 +01:00
29614aff16 better interpreter 2022-03-06 14:26:18 +01:00
c325429c66
Delete isbpl.js 2022-03-05 21:09:17 +01:00
1a7177d83f fix compiler and std bugs 2022-03-05 21:07:29 +01:00
4e2e425349 first version of java interpreter 2022-03-05 20:55:03 +01:00
09030ddc93 Progress on bootstrap, better keyword handling, etc 2022-02-08 20:23:05 +01:00