Regular expressions - Matching whitespace...
Read MoreHow does compiler handle line number in runtime error message...
Read MoreLexical analyser and parser communication...
Read MoreDoes this program grammar only recognize variables with the name 'ID'?...
Read MoreHave you ever effectively used lexer/parser in real world application?...
Read MoreHow to check for a sequence of characters that do not match a Regex...
Read MoreSplit code into tokens (Lexing) in Python...
Read MoreAny way to parse preprocessed source through external tool before it compiles?...
Read MoreChronicleMap (and more general off-heap data structures) implementation?...
Read MoreParsing: Is holding all tokens in a list a bad idea?...
Read MoreWhich backend languages should my compiler target?...
Read MoreHow to ensure evaluation order and formal parameter order for named argument lists?...
Read MoreIs it possible to optimize a compiled binary?...
Read MoreHow to store variables from Symbol Table Compilers...
Read MoreCircular function calls when evaluating AST nodes for interpreter...
Read MoreBison reduce/reduce conflict in grammar...
Read Morex86 instruction encoding how to choose opcode...
Read MoreIs it possible to explicitly free memory with JVM Bytecode?...
Read Morehow to split multiple line input using split function java...
Read MoreWhat's safe for a C++ plug-in system?...
Read MoreIs there any opensource interpreter implementation with static parents (static links)?...
Read Moreioper commands isub idiv order in java virtualmachine...
Read MoreWhy does this V8/Javascript code perform so badly?...
Read MoreCan a C compiler rearrange stack variables?...
Read MoreIs there a practical reason for a compiler to be self-hosting?...
Read MoreWhich is more useful at an assembly level, 64 registers or three operand instructions?...
Read More