Results 17 issues of Alexandru Dinu

``` [ 1] igcc> 1/0 Compile error - type .e to see it OR disregard if multi-line statement(s) [ 2] igcc> .e : In function ‘int main()’: :6:6: warning: division...

bug

The [original tests](https://sourceforge.net/p/igcc/code/ci/master/tree/) are a bit messy and disorganized. We should switch to [pytest](https://docs.pytest.org/en/stable/) and make it part of the CI GitHub workflow. - [ ] devise initial tests -...

tests

Right now, errors can be tolerated until the code compiles. However, this is both ugly and inefficient (as `gcc` is invoked after each line). Proposal: - add multi-line support, enabled...

enhancement

First, I got to say `frogmouth` is a very sweet addition for vim + markdown note taking, so thank you for creating it! My question is whether it is feasible...

Textual Issue

- [ ] keep `cscg.py` for model(s). - [ ] extend `loaders.py` for data. - [ ] add `train.py` and `evaluation.py` - [ ] keep notebook for visualizations / exploration.