Search code examples
Is there any example of language grammar that possible for Yacc to express but impossible for Antlr4...


compiler-constructionantlr4yaccll-grammarlalr

Read More
Where can I learn the basics of writing a lexer?...


language-agnosticlexercompiler-construction

Read More
How does the Java Runtime Environment compare with the .NET framework in terms of compilation proces...


c#javacompiler-construction

Read More
How open files with Peg.js?...


javascriptparsingcompiler-constructionpeg

Read More
What compiler technology does jump label analysis and generation?...


compilationcompiler-construction

Read More
Python interpretation model in comparison to direct and virtual machine compilation...


pythoncompiler-constructionscriptinginterpretervm-implementation

Read More
Why does the Wasm GC design address things like type equality, tagging, subtypes, and methods?...


compiler-constructiongarbage-collectionprogramming-languageswebassembly

Read More
Handling calls to (potentially) far away ahead-of-time compiled functions from JITed code...


assemblyrustcompiler-constructionx86-64jit

Read More
How is standard library for programming language implemented?...


compiler-constructionlinkerlanguage-agnosticobject-files

Read More
How to do type checking for a recursive function with no explicit return type?...


functionrecursioncompiler-constructiontypecheckingfunction-call

Read More
Is there a symbol table for local variables stored within a stack frame?...


compiler-constructionsymbol-tablestack-frame

Read More
Do any languages have neither an interpreter nor a compiler?...


compiler-constructioninterpreter

Read More
ANTLR4: Use getText() in label of python...


python-3.xcompiler-constructionantlr

Read More
Flex & Bison Simple BNF calculator constant output of zero...


compiler-constructionbisonflex-lexerbnf

Read More
Using Listener with Antlr4: How does the compiler know how to treat a variable lvalue as opposed to ...


compiler-constructionantlr4

Read More
How exactly does java compilation take place?...


javacompiler-constructionjvm

Read More
How Do C++ Compilers Merge Identical String Literals...


c++visual-c++compiler-constructionlinker

Read More
Creating a small programming language for beginners...


compiler-constructionprogramming-languageslanguage-designbisonyacc

Read More
How does my instruction know what the address on the operand stack points to?...


compiler-constructionstack-machine

Read More
ANTLR lexer mismatches tokens...


compiler-constructionparsingantlrtokenizelexer

Read More
How to embed metadata in object file from GCC plugin...


gcccompiler-constructiongcc-plugins

Read More
While working on a compiler for a project, I had a problem with a certain type of production...


compiler-constructionbisonflex-lexer

Read More
Flex/Bison: Multiple definition of 'said function'...


compiler-constructionbisonflex-lexerc-minus-minus

Read More
How is the ">" operator implemented (on 32-bit integers)?...


x86compiler-constructionintegerlanguage-agnosticcomparison

Read More
Determining whether a token is the first on a line...


parsingcompiler-constructiontokenize

Read More
What's the pass in GCC handles const strings?...


gcccompiler-constructionelf

Read More
Python to Mathematica...


pythonpython-3.xcompiler-constructionwolfram-mathematica

Read More
Constructing a simple interpreter...


c#architecturecompiler-constructionprogramming-languages

Read More
How is language specification created...


javaccompiler-construction

Read More
How does an interpreter/compiler work...


compiler-constructioninterpreter

Read More
BackNext