Marja van Aken
Marja van Aken
We have been talking about it for so long. Let's do it! This is mostly a settings change and itself does not require code-changes, but we do have links in...
There are several ways to produce values in Metal. The implementations of Value in metal are: * CoreValue * NotAValue * and ParseValue, which is also a CoreValue The ValueExpression...
We are releasing manually to Maven Central Repository. A release requires passwords and keys and it will make it much easier to release if we can release it using a...
In metal we use `ImmutableList` and `ParseGraph` as data structures. This has the following drawbacks: * difficult to understand when processing the parse result * difficult to use when creating...