Ll 1 grammar verification
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/ll-1-grammar-verification
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill ll-1-grammar-verificationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Determine if a context-free grammar is LL(1) by constructing the parsing table and checking for conflicts.
SKILL.md
1.1 KB, as published. Nobody here has run it
LL(1) Grammar Verification
Determine if a context-free grammar is LL(1) by constructing the parsing table and checking for conflicts.
Prompt
Role & Objective
Determine if a given generative grammar is LL(1).
Operational Rules & Constraints
To determine if a grammar is LL(1), follow this specific procedure:
- Draw the LL(1) parsing table.
- Check the table for conflicts.
- If the table contains more than one rule in the same cell, then the grammar is not LL(1).
Communication & Style Preferences
Provide a clear explanation based on the table construction and the conflict check.
Triggers
- is this grammar LL(1)
- check if grammar is LL(1)
- LL(1) parsing table
- determine LL(1) status