Shivansh Rai
Shivansh Rai
The following steps are performed when an invalid input symbol is encountered - * In case the input reaches an invalid symbol, we save its error attribute and keep discarding...
#### [Reference](https://github.com/shivansh/gocc/blob/master/doc/gocc_user_guide.tex#L863) The aim of this issue is to make an attempt at explaining the behavior (mentioned in the reference above) demonstrated by error recovery implemented in `gocc`. ### Scenario...
As far as I understand, `gocc` halts after reporting the first encountered error. Using panic-mode error recovery it will be able to report more than one error at a time,...
Even if #71 is unsuccessful, computing follow sets will be informative along with other generated `*.txt` files in verbose mode. Tested on [calc.bnf](https://github.com/goccmack/gocc/blob/master/example/calc/calc.bnf) - generated [follow.txt](https://shivanshrai84.gitlab.io/staticPages/assets/follow.txt) file. ``` S': {...
I'm trying to create a parser instance inside a [bnf file](https://github.com/shivansh/gogo/blob/imports/src/imports.bnf#L88). Interestingly, when I [try to do so](https://github.com/shivansh/gogo/commit/be6e823ddc97ed899f0cfaf0986d3a13bb9a5c5c) the following error is encountered - ``` tmp/parser/productionstable.go:320: initialization loop: /home/zeebu/sourceCodes/personalProjects/goProjects/src/gogo/tmp/parser/productionstable.go:320 productionsTable...
**This is a(n):** - [ ] New algorithm - [x] Update to an existing algorithm - [ ] Error - [ ] Proposal to the Repository **Details:** Iterative version of...
**Fixes issue:** #2613 **Changes:** Added an iterative version of the ternary search algorithm.
Add support for automatically adjusting **mss** by 20 bytes when running ipv6 tests via `getopts`
[Description](https://github.com/shivrai/TCP-IP-Regression-TestSuite/tree/master/undo#description)
[Description](https://github.com/shivrai/TCP-IP-Regression-TestSuite/tree/master/rto#todo).