Jos Warmer

Results 35 comments of Jos Warmer

This is functionality that does not exist yet, but should be added in some way to ease the use of tables.

Added this for tables, and also for lists.

This should work, so this qualifies as a bug.

Find out why this does not work. The MPS code ``` java private map pushedEnvironments = new linked_hashmap; ``` is translated into: ``` private Map pushedEnvironments = MapSequence.fromMap(new LinkedHashMap(16, (float)...

Didn’t know that, but MPS needs to fix this indeedn. Jos From: enikao [mailto:[email protected]] Sent: vrijdag 28 februari 2014 13:55 To: mbeddr/mbeddr.core Cc: joswarmer Subject: Re: [mbeddr.core] sort DebugKeys in...

First draft is published, for both VSCode and WebStorm. Work to be done is to unify the grammar with the Freon meta package for the typer and validator.

Validator syntax is unified and the new syntax is used in all languages in all Freon projects in a separate branch.

Released for Freon 1.1.0-beta.3

The problem is that we need to leave the number property in typescript initially `undefined`, and if the user does not change this, we need to take the possibility of...