embed icon indicating copy to clipboard operation
embed copied to clipboard

An embeddable, tiny Forth interpreter with metacompiler.

Results 1 embed issues
Sort by recently updated
recently updated
newest added

putting this on github since someone on ##forth IRC was asking about it #include #include #include #include #include #include int unix_putch(int ch, void *file); int main(void) { setvbuf(stdout, (char *)...

bug