Mattia

Results 14 issues of Mattia

JAPL is an object oriented language, so at some point we'll implement classes. Specifically, I'd like to have: - "magic" methods (a la Python) for built-in behavior like string representation...

Discussion

Since we'll be rewriting the whole JAPL backend very soon, I'd like this time to be the last one that such a big change is needed. To achieve this, we...

Discussion

JAPL is evolving pretty quickly, and as more and more features get added the need for a new and improved compiler toolsuite arises. The current implementation uses a single-pass bytecode...

enhancement
Discussion

The JAPL repl is quite friendly already (surely friendlier than its previous python versions). All expressions evaluated in the top level code are printed to stdout once they're returned, but...

enhancement
help wanted
good first issue