Jerome Simeon
Jerome Simeon
A typical non-trivial example: How do you handle the distinction between `toString(1)` and `toString(1.0)` when all you have in the runtime are JavaScript number? Or: `match x with 1 return...
> Thanks, that helps. Could we somehow make those transformations more generic? > > E.g. > > ``` > { > $class : "org.acme.Foo" > myInteger : 10 > }...
> Makes sense. > > So this to me feels like it is something that is (largely?) outside the scope of Concerto. Perhaps Concerto could assist in providing a generic...
I had not thought about this before, but the transform we are talking about isn't all that different from those we do in `concerto-tools` so we could move the Ergo-specific...
> It's still a little fuzzy to me, but I _think_ it makes sense. > > I imagine a JSON transformation that copies the JSON, but maintains a stack to...
> Should models.accordproject.org publish Typescript models as part of its release workflow? I think it already does? https://models.accordproject.org/address.html
Thinking aloud about this: I'm not sure what is the right "publication" format. I think this is a question for @sstone1 would you expect each model to be published as...
A further note: all the models in `models.accordproject.org` are not _built in_. They are user code. A further further note: the concerto metamodel is indeed built in...
I don't recall how ocamllex does with unicode. I had a very good experience with Alain Frish's sedlex https://github.com/alainfrisch/sedlex
Would this be similar to the "contract outline" we used to have on template studio v2?