5
votes
Revised and documented version of a 6500-line parsing project
It turns out this project is concerned with
Earley parsers
of Context Free Grammars.
//! A symbol can be though of as simply an integer,
nit, typo: "thought&...
3
votes
Parse path string
Movement conflates at least three different things: tokenising/scanning (part of lexing), evaluating, and application of the path to start coordinates. In other ...
2
votes
Parse path string
Portability
I realize this question was posted many years ago when Python version 2.x
was prevalent, but now that it is deprecated, consider porting to 3.x.
To do so, it is necessary to add ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
parsing × 1363python × 324
c++ × 180
java × 179
c# × 156
c × 134
performance × 133
strings × 133
beginner × 115
javascript × 96
python-3.x × 87
regex × 78
xml × 67
json × 60
csv × 54
php × 48
haskell × 47
math-expression-eval × 47
object-oriented × 42
file × 40
html × 38
algorithm × 37
rust × 37
reinventing-the-wheel × 36
datetime × 32