Stefano Sanfilippo

Results 7 comments of Stefano Sanfilippo

Simple answer: for now you can't. As you might have noticed, pointers can be declared using `conte`. Parsing and emitting support is already in place, but this feature is not...

Hi @mikyt! The `quintana`/`setta` way of defining strings is great! Consider it already in the backlog. As of the `mi porga l'indice`, `mi porga ` is already used to read...

@agatti, `mcc` lexer adopts a longest-match policy, so `con rinforzino` has higher priority than `con`. For instance, this snippet: ``` blinda la supercazzola antani con barilotto Necchi con rinforzino o...

What an honour :) Monicelli is written in C++, which makes a web port quite difficult. A rewrite in JS would be needed to build a web interpreter, which is...

@lplume the grammar is contained in `Monicelli.ypp` (parser and semantic actions) and `Monicelli.lpp` (lexer). First an internal AST is built (see `Nodes.hpp` for AST nodes), then a visitor performs the...

I think we should try to better convey the true spirit of a supercazzola, that is to say its comical, deceptive nature. It's not simply nonsense, it's the art of...

Cool, I will review this asap :) Although Moniceli compiles smoothly on Mac OS X and Windows thanks to some CMake magic, this could be nice for experimenting anyway.