-
https://netcan.github.io/2020/09/16/C-%E5%85%83%E7%BC%96%E7%A8%8B%E4%B9%8BParser-Combinator/
引子 前不久在 CppCon 上看到一个 Talk:constexpr All the things,这个演讲主题令我非常震撼,在编译期解析 json 字符串,进而提出了编译期构造正则表达式(编译期构建 FS…
-
If we can implement Parser Combinator for C# (.NET Core), Revn compiler's parser can be very simple.
We need a parser like [Scala's RegexParser](http://seratch.hatenablog.jp/entry/20111010/13182540…
-
Hi, I'm new to Agda and am having difficulty compiling this library. I'm trying to load `TotalParserCombinators/Examples/Expression.agda`. The error is:
```
/home/siddharthist/code/agda/parser-combi…
-
Originally reported as https://groups.google.com/forum/#!topic/scalaxb/_B4d6mWnLn0
## problem
```
> last compile:scalaxb
scalaxb.ParserFailure: Error while parsing
The operation returns the va…
-
**Is your feature request related to a problem? Please describe.**
Occasionally, after having generated one syntax error, it may be possible to resume the parse and generate further syntax errors. As…
-
This issue is a placeholder for a task that still needs to be completed for chapter 9 on parser combinator library design. The chapter focuses heavily on algebraic design with deferred implementation …
-
For scala 2.13, akka has frozen the `ssl-config-core` dependency version to `0.4.3`. This includes a transitive dependency of `scala-parser-combinators 1.1.2` which is incompatible with the modern ver…
-
Things that absolutely must be done by March 30th, which is when I tag `v2.0a1` on the `main` branch no matter what. That's because of promises for certain functionality that will be in the paper.
…
-
It might be interesting to go through this paper to see if any of their patterns are applicable:
https://dl.acm.org/doi/pdf/10.1145/3471874.3472984 Willis, Wu, [2021] "Design Patterns for Parser C…
-
The POM file for scala-io-file_2.11 0.4.3 published to Maven central contains two dependencies on scala-parser-combinators, version 1.0.0 and 1.0.1. The main problem apart from the conflict is that 1.…