-
It's interesting your idea of using the preprocessor **cont** but looking at the generated files they have a full copy of almost everything and using inline for not so small functions (although the co…
-
This issue is partially motivated by #60, but the bigger picture here is that the ISO 8601 duration kinda sucks. We should obviously still support it, and it will continue to be the "default" used whe…
-
### Proposal
Mermaid.js should implement [Extended Backus–Naur form](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form) (EBNF) for [syntax diagrams](https://en.wikipedia.org/wiki/Synt…
-
```
What steps will reproduce the problem?
1. create 2 relax ng schemas; one with a dependency to another using
externalRef (in order to macro inject some relax ng constructs)
2. use trang tool in Ox…
-
```
The instructions on DevSetup wiki page are unnecessarily daunting for Windows
8. The Required Tools¶ and Setup & Configuration¶ sections could be split
into 2, one for setting up under Windows 8…
-
```
The instructions on DevSetup wiki page are unnecessarily daunting for Windows
8. The Required Tools¶ and Setup & Configuration¶ sections could be split
into 2, one for setting up under Windows 8…
-
I took another look at the Decimal spec for the June meeting. The spec forms a good foundation, but I found some pervasive issues that make it self-contradictory or produce incorrect results and shoul…
-
CC @tmcdonell
-
```
What steps will reproduce the problem?
1. Convert the following DTD to XSD
2. The following schema will be produced:
…
-
ANTLR4 version 4.13.2, C++ target.
I have a Lexer and Parser rules as below.
Lexer:
Parser:
I use the command `antlr4 -Dlanguage=Cpp -listener -visitor -o generated/ -package spec Spec…