Improved Stack-Based Programming Language
Go to file
2022-03-06 21:06:44 +01:00
bootstrap add better debugging capabilities, add native to enable debugging OTF 2022-03-06 19:34:29 +01:00
.gitignore more gitignore 2022-03-06 16:36:15 +01:00
COPYING Create COPYING 2022-03-06 20:22:50 +01:00
echo.isbpl add more examples and libs 2022-03-06 19:05:42 +01:00
errorstream.isbpl add time functions, fix errorstream.isbpl 2022-03-06 17:39:49 +01:00
file.isbpl first version of java interpreter 2022-03-05 20:55:03 +01:00
helloworld.isbpl add helloworldgen.isbpl to demonstrate streams, fix streams 2022-03-06 18:46:04 +01:00
helloworldgen.isbpl fix struppercase and strlowecase 2022-03-06 20:07:48 +01:00
iota.isbpl add helloworldgen.isbpl to demonstrate streams, fix streams 2022-03-06 18:46:04 +01:00
isbpl.isbpl easier to handle comments for the compiler 2022-02-23 18:07:04 +01:00
LICENSE Create LICENSE 2022-03-06 20:22:20 +01:00
README.md Update README.md 2022-03-06 00:14:33 +01:00
setup.sh add setup script 2022-03-05 20:57:02 +01:00
slowsocketer.isbpl add more examples and libs 2022-03-06 19:05:42 +01:00
socketer.isbpl add more examples and libs 2022-03-06 19:05:42 +01:00
std.isbpl remove random function in std 2022-03-06 20:23:17 +01:00
stream.isbpl add stream.write and stream.readline to stream.isbpl 2022-03-06 21:06:44 +01:00
time.isbpl add helloworldgen.isbpl to demonstrate streams, fix streams 2022-03-06 18:46:04 +01:00

isbpl

Improved Stack-Based Programming Language

Incomplete, not currently compilable, only interpretable.