mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-25 22:36:05 +00:00

* Finished C89/C90/C95/C99 support. Version can only be switched in kernel or with magics. Might be worth having separate kernels for each standard. * Added option to link maths library. On by default. * Fixed empty input error. Now input loops until there is input with length > 0.