Alexander Ivanov
Alexander Ivanov
* recognize expressions that can be matched directly: numbers / strings / ident / dot access / bracket expr
* implement interpolation syntax: `!{}`
One existing choice is the Skrylar's library [nfltk](https://github.com/Skrylar/nfltk) (in testing)
You're right, however I start tagging them from the current release(I am afraid that tagging the previous releases would require rewriting history? or unnecessary merges)
it would be ok to have flow typing for that . e.g. making usage of port as AllowedPort an error in the other branch: is this something that the z3-based...
There is already a dict with operator precedence order in the base code generator. It was in one of the initial python generator versions and it was good enough for...
Well, I worked on another projects and I never got to really upgrade Pseudo. I am sorry for that! I do use Nim indeed. I agree: it's pretty nice, I...
yeah pseudo is kinda confusing, I usually call frontend the input code: it is currently Python, but one can write another frontend for the language he wants: e.g. Nim etc....
Backend-specific hints: e.g. you write the source code once, but you add some hints / directives specific to the Ruby or Java generation: this is kinda useful as sometimes the...
The error system is a problem: having a safe source language really helps, as even if you compile to language with different type systems, you should benefit from the original...