Lars Willighagen

Results 90 comments of Lars Willighagen

Do you mean during parsing?

Ah, I see what you mean now. I am working on an update to the document model and I will take this into account.

Chevrotain v11 (the parser lib) is ESM-only now, how do you feel about moving to ESM (or async `import()`) vs keeping it at v10 for now?

There don't seem to be a great deal of other changes since v10 so I'd be fine with keeping that for now. https://chevrotain.io/docs/changes/CHANGELOG.html

> Is the goal to support both or just ESM? The goal is to support both, I do not want to limit people who mainly use CommonJS. > can we...

Currently considering whether to just test for the DLCPs before parsing, or including them in the lexer (and complicating the token patterns in the process).

This is probably a bit annoying with TypeScript. When parsing a document it's nice to have a guarantee that `node.values` is always an array, for example. So it would need...

Nevermind, there's `parseArgs`. I think that covers it.

Here's an updated URL for the second resource @UltraBob provided in https://github.com/HenrikBengtsson/R.rsp/issues/7#issuecomment-250405202: https://www.mendeley.com/guides/information-for-publishers

Hi Stan, > The more appropriate place is probably the SDD GitHub repository. We could put a link to it on the SDD landing page, which is on the TDWG...