LL(1) Academy - Homepage [http://ll1academy.cs.ucla.edu/] - 2024-05-28 08:47:29 - public:stevetao Compiler, LL-Parsing, Parsing, Top-down - 4 | id:1492183 -
Homework: Evaluation of Arithmetic Expressions (Recursive Descent Parser) [https://web.cse.ohio-state.edu/software/2231/web-sw2/assignments/homeworks/expression-evaluator.html] - 2024-04-30 07:41:10 - public:stevetao Arithmetic, Expression, Grammar, Parsing, Recursive-Descent - 5 | id:1491334 -
Recursive Patterns and Context Free Grammars [https://www.cs.rochester.edu/u/scott/courses/173/notes/05_grammars] - 2024-04-30 07:30:27 - public:stevetao Arithmetic, BNF, CFG, Context-Free-Grammar, Expression, Grammar, Parsing, Recursion - 8 | id:1491331 -
parsing - Correct LL(1) grammar for arithmetic expressions - Stack Overflow [https://stackoverflow.com/questions/23845198/correct-ll1-grammar-for-arithmetic-expressions] - 2024-02-23 09:24:34 - public:stevetao Compiler, LL-Grammar, Parsing - 3 | id:1489618 -
compiler construction - Which contemporary computer languages are LL(1)? - Stack Overflow [https://stackoverflow.com/questions/41415006/which-contemporary-computer-languages-are-ll1] - 2024-02-23 09:21:57 - public:stevetao Compiler, LL-Grammar, Parsing - 3 | id:1489617 -
parsing - LL(2) language that is not LL(1) - Stack Overflow [https://stackoverflow.com/questions/10634197/ll2-language-that-is-not-ll1] - 2024-02-23 00:07:29 - public:stevetao Grammar, LL-Grammar, LL(k), Parsing - 4 | id:1489614 -
formal languages - Why is this grammar an LL(2) grammar? - Computer Science Stack Exchange [https://cs.stackexchange.com/questions/93144/why-is-this-grammar-an-ll2-grammar] - 2024-02-22 23:39:16 - public:stevetao Grammar, LL-Grammar, LL(k), Parsing - 4 | id:1489613 -
monic part 5: writing C programs on the calculator [https://www.hpmuseum.org/forum/thread-16102-page-2.html] - 2024-02-03 15:00:06 - public:stevetao BNF, Compiler, EBNF, Grammar, Parsing - 5 | id:1489488 -
context free grammar - How to deal with unary minus and exponentiation in an expression parser - Stack Overflow [https://stackoverflow.com/questions/53607313/how-to-deal-with-unary-minus-and-exponentiation-in-an-expression-parser] - 2024-02-03 14:58:10 - public:stevetao Arithmetic, CFG, Context-Free-Grammar, Exponential, Expression, Parsing, Unary - 7 | id:1489486 -
Arithmetic evaluation - Rosetta Code [https://rosettacode.org/wiki/Arithmetic_evaluation] - 2024-01-28 15:23:45 - public:stevetao Compiler, Interpreter, Parsing - 3 | id:1489416 -
Mathematical Expression Parser Using Recursive Descent Parsing - CodeProject [https://www.codeproject.com/Articles/318667/Mathematical-Expression-Parser-Using-Recursive-Des] - 2024-01-28 14:59:21 - public:stevetao Arithmetic, Expression, Parsing, Recursive-Descent - 4 | id:1489410 -
Parsing text with Python · vipinajayakumar [https://www.vipinajayakumar.com/parsing-text-with-python/] - 2023-01-17 14:40:32 - public:stevetao Parser, Parsing, Python - 3 | id:1294867 -
Guide to the Parser [https://devguide.python.org/internals/parser/] - 2023-01-17 14:38:44 - public:stevetao Parser, Parsing, Parsing-Expression-Grammar, PEG - 4 | id:1294866 -
Let’s Build An Interpreter In Python From Scratch | by Umangshrestha | Python in Plain English [https://python.plainenglish.io/writing-an-interpreter-in-python-from-scratch-part-1-af7698cff0d9] - 2023-01-17 14:33:48 - public:stevetao Interpreter, Lexical-Analyzer, Parsing, Python, Regular-Expression - 5 | id:1294864 -
Parsing Expressions by Recursive Descent [https://www.engr.mun.ca/~theo/Misc/exp_parsing.htm] - 2023-01-11 11:43:37 - public:stevetao Parsing, Recursive-Descent - 2 | id:1294814 -
The Importance of Left-recursion in Parsing Expression Grammars | by Friedrich Carl Eichenroth | Medium [https://medium.com/@eichenroth/the-importance-of-left-recursion-in-grammars-608f849447f6] - 2023-01-11 00:11:11 - public:stevetao Left-Recursion, Parsing, Parsing-Expression-Grammar, PEG - 4 | id:1294808 -
Parsing Forsyth Edwards Notation for Chess in RStats - coolbutuseless [https://coolbutuseless.github.io/2020/11/05/parsing-forsyth-edwards-notation-for-chess-in-rstats/] - 2022-09-25 15:30:16 - public:stevetao Chess, FEN, Notation, Parsing - 4 | id:1276762 -
Our articles - Strumenta [https://tomassetti.me/] - 2022-09-24 11:24:03 - public:stevetao Parsing - 1 | id:1276731 -
c++ - Parsing a Chess FEN - Code Review Stack Exchange [https://codereview.stackexchange.com/questions/251795/parsing-a-chess-fen] - 2022-09-23 16:52:15 - public:stevetao FEN, Parsing - 2 | id:1276720 -
GitHub - tlehman/fenparser: a parser for Forsyth-Edwards Notation (for encoding chess positions) [https://github.com/tlehman/fenparser] - 2022-09-23 16:36:06 - public:stevetao Chess, FEN, Forsyth, Notation, Parsing - 5 | id:1276712 -
Parsing Chess Algebra Notation [https://www.perlmonks.org/?node_id=350332] - 2022-09-17 14:46:10 - public:stevetao Chess, Parsing, PGN - 3 | id:1276632 -
PGN chess format parser · GitHub [https://gist.github.com/kidig/4cc9a72b1117d8d6dbd35adf9a8a995a] - 2022-09-17 14:08:31 - public:stevetao Chess, Grammar, Parsing, PGN - 4 | id:1276629 -
GitHub - shaack/cm-pgn: Parse and create PGNs (Portable Game Notation for chess games) [https://github.com/shaack/cm-pgn] - 2022-09-17 14:07:46 - public:stevetao Chess, Parsing, PGN - 3 | id:1276628 -
Parsing PGN Chess Games With Python | by Andrew Matteson | Analytics Vidhya | Medium [https://medium.com/analytics-vidhya/parsing-pgn-chess-games-with-python-68a2c199665c] - 2022-09-17 12:44:09 - public:stevetao Chess, Grammar, Parsing, PGN, Portable-Game-Notation, Python - 6 | id:1276623 -
Parsing in Python: all the tools and libraries you can use [https://tomassetti.me/parsing-in-python/] - 2022-05-17 23:00:01 - public:stevetao Compiler, Library, Parsing, Python - 4 | id:1116158 -
Blazingly fast parsing, part 2: lazy parsing · V8 [https://v8.dev/blog/preparser] - 2020-06-14 01:39:17 - public:stevetao Compiler, JavaScript, Parsing, V8 - 4 | id:350250 -
GNU Bison - The Yacc-compatible Parser Generator - GNU Project - Free Software Foundation [https://www.gnu.org/software/bison/manual/] - 2020-05-29 02:42:42 - public:stevetao Bison, Book, Compiler, Free, Parsing - 5 | id:321610 -
GOLD Parsing System - A Free, Multi-Programming Language, Parser Generator [http://www.goldparser.org/] - 2020-05-11 00:29:11 - public:stevetao Compiler, Parsing - 2 | id:310169 -
EBNF: How to describe the grammar of a language [https://tomassetti.me/ebnf/] - 2020-05-09 14:53:28 - public:stevetao EBNF, Grammar, Language, Parsing, Programming - 5 | id:310116 -