bic
bic copied to clipboard
A C interpreter and API explorer.
I want to compile in _Slackware_, but I am an error from _Debian_. ```sh /bic autoreconf -i perl: warning: Setting locale failed. perl: warning: Please check that your locale settings:...
I tried to follow steps on README input: ```sh brew install bison flex gmp readline autoconf-archive autoreconf -i ``` output: ```sh Can't exec "aclocal": No such file or directory at...
Is it completely impossible to build it in cygwin environment? As a workaround I'll be happy to build just parser with cygwin, but it would be just a hack...
Perhaps I'm just not using bic correctly, but it would be great to allow function definitions in the REPL. Also, are for loops and conditionals supported?
I can't build on my Ubuntu linux, and I think the reason is that you support x86_64 but not i686. gtoal@linux:~/src/bic$ ls /usr/lib/gcc i686-linux-gnu By the way the build fails...
Homebrew doesn't like it when you use a non-native tool (e.g., GNU version) instead of the version provided by macOS/Xcode. Investigate building with native `bison` provided on macOS. ``` $...
I noticed that any library file I use has to be located in the system/global directory. Things like `-l ./libforme.so` are not allowed. `-l forme` is not allowed either if...
``` BIC> #define NUMBER 1337 Parser Error: syntax error, unexpected IDENTIFIER, expecting ',' or ';'. ``` _Originally posted by @vesche in https://github.com/hexagonal-sun/bic/issues/10#issuecomment-534155750_
Similar to xeus-cling, it could be cool to make a Jupyter kernel using xeus! https://github.com/QuantStack/xeus-cling/ There is a tutorial for a toy kernel at https://github.com/QuantStack/xeus-calc It should be only a...