Search code examples
flex and bison:how to add semantics action in my parser?...


compiler-constructionbisonflex-lexer

Read More
Show that the following grammar is ambiguous...


syntaxcompiler-constructioncontext-free-grammarambiguousparse-tree

Read More
Recognizing if further expression execution can be skipped...


compilationcompiler-constructionvirtual-machineevaluation

Read More
How can I maintain a language boostrap?...


compiler-constructionbootstrapping

Read More
How to generate syntax tree for a particular sentence like a+b*c where id->a|b|c?...


compiler-constructioncompiler-optimizationautomata-theory

Read More
Understanding lex code syntax...


compiler-constructionbisonflex-lexerlex

Read More
How do I make Xcode use an alternative version of clang?...


xcodemacoscompiler-constructionclang

Read More
How flex recognizes substrings?...


clinuxcompiler-constructionflex-lexerlex

Read More
Are there any differences when using Property "get {}", "set {}" or "=>&...


c#.netcompiler-constructionroslyn.net-runtime

Read More
What is the rationale for the third rule of the follow set algorithm?...


compiler-constructionll-grammar

Read More
How to create a C compiler for custom CPU?...


ccompiler-constructioncustomization

Read More
looking for transpiler: php to javascript...


javascriptphpcompiler-constructiontranspiler

Read More
How to turn machine code into binary executable?...


assemblycompilationcompiler-constructionlinkerx86

Read More
How does compiling circular dependencies work?...


compiler-constructioncircular-dependency

Read More
How to use Finite Automaton to implement a scanner...


compiler-constructionlexical-analysisfinite-automata

Read More
How C++ virtual inheritance is implemented in compilers?...


c++inheritancecompiler-constructionvirtual-inheritance

Read More
Why Babel uses a top down parser?...


javascriptparsingcompiler-constructionbabeljsbabel-babylon

Read More
cswtch generation in gcc c compiler...


cgcccompiler-construction

Read More
How do I return a string from a javacc method?...


javastringparsingcompiler-constructionjavacc

Read More
Can a lexical grammar be defined using productions?...


javascriptecmascript-6compiler-construction

Read More
Number of tokens in code...


ctokenlexical-analysiscompiler-construction

Read More
How can `AssignmentExpression` be derived from `Statement` in EcmaScript grammar...


javascriptecmascript-6context-free-grammarcompiler-construction

Read More
Why use `IdentifierName` symbol recursively in the productions for the `IdentifierName`...


javascriptecmascript-6compiler-constructioncontext-free-grammar

Read More
What are the tools for semantic analysis phase of compiler construction?...


compiler-constructionlexical-analysissemantic-analysis

Read More
What compiler tools are used by "official" language developers?...


c#javacompiler-constructioncompilation

Read More
Translate JavaScript enter and exit methods into Python...


javascriptpythoncompiler-constructiontranslate

Read More
Symfony 2.8 : dynamic containers parameters at compiler pass and used in security.yml...


phpsymfonyparameterscompiler-constructioncontainers

Read More
Compilers, finding FIRST set for grammar...


parsingcompiler-constructioncontext-free-grammar

Read More
How to create real compiler with Flex/Bison?...


ccompiler-constructionbisonflex-lexer

Read More
What part of the C language handles type checking?...


ccompiler-construction

Read More
BackNext