-
Updated
Sep 11, 2020 - JavaScript
parser-library
Here are 185 public repositories matching this topic...
-
Updated
Oct 11, 2020 - Go
Everything in diagrams.css should be scoped to some wrapping css class, because as is it cannot be bundled with the rest of an app's css because of styles like this:
div {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
svg {
width: 100%;
}
Curre
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 21, 2020 - C#
-
Updated
Oct 17, 2020 - Haskell
-
Updated
Aug 25, 2020 - Java
-
Updated
Oct 19, 2020 - Java
-
Updated
Aug 17, 2020 - C++
-
Updated
Sep 23, 2020 - C
-
Updated
Oct 14, 2020 - Dart
-
Updated
Sep 12, 2020 - Python
-
Updated
May 25, 2018 - C++
Pull requests welcome!
-
Updated
Sep 11, 2020 - Python
-
Updated
Oct 12, 2020 - Java
Hi,
I don't know if its possible but maybe this can be somehow handled better:
If I have a grammar rule like so:
cppcmb_def(expr) = pc::pass
| (expr & match<Token::PLUS> & primary) [BinaryExpr::make]
| (expr & match<Token::MINUS> & primary) [BinaryExpr::make]
| primary
%= pc::as_memo_d;And the met
-
Updated
Apr 24, 2019 - C#
-
Updated
Jun 26, 2018 - Java
-
Updated
Sep 7, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 19, 2020 - C
-
Updated
Dec 5, 2019 - Java
-
Updated
Aug 12, 2020 - Python
-
Updated
Jan 20, 2018 - Go
-
Updated
May 28, 2020 - Go
-
Updated
May 7, 2019 - C
-
Updated
May 23, 2020 - Swift
Improve this page
Add a description, image, and links to the parser-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parser-library topic, visit your repo's landing page and select "manage topics."
Perhaps it should be opt-in, but most usage would expect a BOM is ignored.