Search code examples
Regular expressions - Matching whitespace...


regexcompiler-constructionflex-lexerlexlexical-analysis

Read More
How does compiler handle line number in runtime error message...


compiler-constructionruntimelexical-analysis

Read More
Lexical analyser and parser communication...


parsingcompiler-constructionlexical-analysis

Read More
Does this program grammar only recognize variables with the name 'ID'?...


compiler-constructionflex-lexeryacclexical-analysis

Read More
Have you ever effectively used lexer/parser in real world application?...


parsingcompiler-constructiontokenizelexical-analysis

Read More
How to check for a sequence of characters that do not match a Regex...


pythonregexcompiler-constructionlexical-analysis

Read More
Split code into tokens (Lexing) in Python...


pythonpython-3.xparsingcompiler-constructionlexical-analysis

Read More
Any way to parse preprocessed source through external tool before it compiles?...


c++visual-studiovisual-c++compiler-constructionc-preprocessor

Read More
Lexing compressed data...


compiler-constructionflex-lexerlexlexical-analysis

Read More
ChronicleMap (and more general off-heap data structures) implementation?...


javaconcurrencycompiler-constructionjvmchronicle-map

Read More
Is this the job of the lexer?...


parsingcompiler-constructiontokenizelexical-analysis

Read More
Parsing: Is holding all tokens in a list a bad idea?...


parsingcompiler-constructiontokeninterpreter

Read More
Which backend languages should my compiler target?...


c++compiler-constructionprogramming-languagesc-preprocessor

Read More
How to ensure evaluation order and formal parameter order for named argument lists?...


algorithmcompiler-constructionassociationspostfix-notationjvm-bytecode

Read More
How do system calls work?...


compiler-constructionprocessoperating-systeminterruptsystem-calls

Read More
Is it possible to optimize a compiled binary?...


optimizationassemblycompiler-construction

Read More
How to store variables from Symbol Table Compilers...


compiler-constructioncode-generationyaccsymbol-tablestack-machine

Read More
Circular function calls when evaluating AST nodes for interpreter...


compiler-constructionf#functional-programming

Read More
Operator :: OCaml...


compiler-constructionocamlocamlyacc

Read More
Bison reduce/reduce conflict in grammar...


compiler-constructiongrammarbisonreduce-reduce-conflict

Read More
x86 instruction encoding how to choose opcode...


assemblycompiler-constructionx86-64disassembly

Read More
Is it possible to explicitly free memory with JVM Bytecode?...


compiler-constructionjvminterpreterbytecode

Read More
how to split multiple line input using split function java...


javacompiler-constructiontokenizestringtokenizerlexical-analysis

Read More
What's safe for a C++ plug-in system?...


c++apipluginscompiler-construction

Read More
Is there any opensource interpreter implementation with static parents (static links)?...


compiler-constructionnestedinterpreter

Read More
ioper commands isub idiv order in java virtualmachine...


compiler-constructionjvmvm-implementation

Read More
Why does this V8/Javascript code perform so badly?...


javascriptperformancecompiler-constructionnode.jsv8

Read More
Can a C compiler rearrange stack variables?...


c++ccompiler-constructionalignmentcallstack

Read More
Is there a practical reason for a compiler to be self-hosting?...


compiler-constructionbootstrapping

Read More
Which is more useful at an assembly level, 64 registers or three operand instructions?...


cassemblycompiler-construction

Read More
BackNext