sigmaSd / IRust

Cross Platform Rust Repl
https://crates.io/crates/irust
MIT License
627 stars 34 forks source link

feat: rewrite `re`, handle evcxr protocol #116

Closed sigmaSd closed 1 year ago

sigmaSd commented 1 year ago

This moves most of the logic from kernel.py to re, making the python kernel just a thin wrapper

Also adds support for evcxr protocol (with a provided example evcxr.ipynb)