context-free-grammar
Help with context-free grammar of lots of literal text with some special syntax
How do you make a context free grammar that analyzes mostly literal text (spaces, characters, symbols, etc.) while also looking for expressions of the form ${...} or $someComma开发者_Python百科nd{...}[详细]
2023-01-21 07:12 分类:问答Where can I find an official grammar for the PL/SQL programming language?
Where can I find an official grammar for the PL/SQL programming language? I see that the Antlr project has a user-contributed grammar, but I was hoping to find a mo开发者_如何学JAVAre authoritative so[详细]
2023-01-19 16:03 分类:问答Removing Left Recursion in a Context Free Grammar
Trying to figure out re开发者_JS百科moving left recursion in context free grammars. I\'m used to certain forms, but this one has me a bit boggled.[详细]
2023-01-18 07:37 分类:问答Follow sets for self-recursive rules
Alright, I\'m trying to understand follow sets and I think I got it except for one thing: X -> a X X -> b X[详细]
2023-01-10 17:49 分类:问答Predicate Logic in Haskell
I\'ve been using the following data structure for the representation of propositional logic in Haskell:[详细]
2023-01-06 16:32 分类:问答Variable and loops convertion from VB.NET to C++?
Is there any available t开发者_如何学Cool for converting variable and loops declarations from VB.NET to C++?If you\'re talking about C++/CLI then you may consider using Reflector.NET to convert VB.NET[详细]
2023-01-05 05:17 分类:问答Converting ambiguous grammar to unambiguous
I did not unders开发者_JS百科tand how a unambiguous grammar is derived from a ambiguous grammar? Consider the example on site: Example. How was the grammar derived is confusing to me.[详细]
2023-01-04 08:30 分类:问答"Arbitrary" context free grammars?
Long time admirer first time inquirer :) I\'m working on a program which derives a deterministic finite-state automata from a context-free grammar, and the paper I have been assigned which explains h[详细]
2023-01-03 22:43 分类:问答What does =*> mean with regards to context free grammars?
I\'ve been reading a couple books/online references about compiler theory, and keep s开发者_Python百科eeing that particular operator coming up every once in a while (as seen here), specifically when t[详细]
2023-01-03 03:27 分类:问答Parsing a context-free grammar in Python
What tools are 开发者_运维技巧available in Python to assist in parsing a context-free grammar?[详细]
2023-01-02 04:03 分类:问答