This is the BCI base repository containing the interpreter.
Go to file
2018-10-27 19:45:57 +02:00
interpreter added machine_state_t_exec and fixed some bugs 2018-10-27 16:53:40 +02:00
method_dispatcher added autoinserter for the dispatch tree 2018-09-27 11:26:20 +02:00
test improved testing and added general Makefile 2018-10-27 12:14:57 +02:00
.gitignore Initial commit 2018-10-27 17:28:24 +00:00
base.h initial interpreter, base and stack 2018-09-26 17:50:12 +02:00
LICENSE Initial commit 2018-10-27 17:28:24 +00:00
Makefile disabled debug mode and added clean target 2018-10-27 17:19:52 +02:00
README.md Initial commit 2018-10-27 17:28:24 +00:00
stack.c added and fixed stack 2018-09-26 18:22:36 +02:00
stack.h added and fixed stack 2018-09-26 18:22:36 +02:00

BCI-base

This is the BCI base repository containing the interpreter.