-
Is there an option to stop on the first ambiguity?
I am looking for a Scala implementation of a parser that I can use to detect if a specific grammar is ambiguous. I haven't looked at the source code…
-
I want to contribute a few ideas I have for new features. but after reading the source, I still can't understand how `parse` works.
in http://www.nltk.org/book/ch08-extras.html (2 Chart Parsing and …
-
The current internal parser is just a quick hack to parse simple constructs. A better parser is needed to parse something like this:
```
+(A) A
```
The current version just eats all As via the repet…
-
**Issue by [blemasso](https://github.com/blemasso)**
_Monday May 13, 2019 at 11:50 GMT_
_Originally opened as https://github.com/populse/populse_mia/issues/84_
----
**Describe the bug**
When I typ…
-
What the first pets should look like, based on each generation/increasing in complexity.
Reference: [http://redriyo.tumblr.com/tagged/mutas](http://redriyo.tumblr.com/tagged/mutas)
- sci-fi!
- …
-
Possibly related to #167, the following grammar brings nearley to an infinite loop with any input. This code is very simplified, but in larger grammars this can go unnoticed and cause a lot of headach…
-
A simple grammar like
E -> E + E
E -> E \* E
The \* should have a higher precedence (appear farther to the left) in the parse forest than +
-
We should have all the data required to do this, but I don't have the slightest clue how.
- https://protege.stanford.edu/publications/ontology_development/ontology101.pdf Sounds interesting but likely…
rkrug updated
5 years ago
-
Qualtrics ID 5, 2nd point:
it would be nice if when you click on the URL that appears in the Permalink field, the whole link was automatically highlighted (as happens in the address bar of most web b…
-
Refer to https://bellard.org/quickjs/bench.html
I am using the following branch to bench jerryscript
https://github.com/lygstate/jerryscript/tree/benchmark
Bench result:
Currently, the QuickJs…