parser-generator
php DAL out of a schema
I developed a web platform in PHP a year ago, and I was kinda proud of the data access layer I wrote for it. Since then, I started re-using the same concept over and over. But now I\'m thinking to tak[详细]
2023-02-17 02:49 分类:问答Recognition of patterns or structures in a hierarchical data
my question is ¿What would be the best technology to detect hierarchical or tree patterns? I want to recognise开发者_C百科 parts in a HTML page, for example: user login menu, or navigation menu, or[详细]
2023-02-09 02:48 分类:问答C# - Best way to parse xml like text and perform action
I have a small text string with xml like tags inside it: <sub>A</sub>B<sup>C</sup>[详细]
2023-02-06 14:23 分类:问答Lemon power or not?
For grammar parser, I used to \"play\" with Bison which have its pros/cons. Last week, I noticed on SqLite site that开发者_开发百科 the engine is done with another grammar parser:Lemon[详细]
2023-01-31 21:50 分类:问答Scala Parsers: Availability, Differences and Combining?
My question is about the Scala Parsers: Which ones are available (in the Standard library and outside),[详细]
2023-01-29 23:55 分类:问答ANTLR Parser with manual lexer
I\'m migrating a C#-based programming language compiler from a manual lexer/parser to Antlr. Antlr has been giving me severe headaches because it usually mostly works, but then there are the small pa[详细]
2023-01-29 19:25 分类:问答Are there any free parser generators that generate C++ code and handle Unicode correctly?
After asking this question, I\'m now sold on trying to use a parser generator, where before I was going to write things manually.[详细]
2023-01-27 10:57 分类:问答C# Lua Parser / Analyser
first things first; I am writing a little LUA-Ide in C#. The code execution is done by an Assembly named LuaInterface. The code-editing is done by a Scintilla-Port & the RAD / UI Interface is via[详细]
2023-01-24 22:51 分类:问答What use is an incremental SLR parser generator?
I once implemented an SLR parser generator that generates incremental parsers.The parser can parse a piece of text from beginning to end, but when you delete or insert text it does the minimal amount[详细]
2023-01-24 13:11 分类:问答What advantages do LL parsers have over LR parsers?
What advantages do LL parsers have over LR parsers to warrant their relative popularity in today\'s parser generator tools?[详细]
2023-01-23 04:19 分类:问答