Parsing System (v0.5)
|
FAQQ: How can I use Goldie to create a compiler?A: The Never Used a Parsing Tool? page contains an overview of everything involved in creating a full compiler. Q: How do I refer to a rule that has no subtokens?A: See Referring to a rule that has no subtokens on the GoldieLib Overview page. Q: My code is running slow and/or using a lot of memory!A: There are couple possible causes:
Q: Why the name "Goldie"?A: "GOLD for D" -> "GOLD D" -> "Goldie" Q: Are these questions really frequently-asked?A: No, I'm just anticipating them. |