agentsclimarketplace

Ll 1 grammar verification

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/ll-1-grammar-verification

Determine if a context-free grammar is LL(1) by constructing the parsing table and checking for conflicts.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill ll-1-grammar-verification

Assembled 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.

SKILL.md

1.1 KB, 173 tokens by cl100k_base, 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:

  1. Draw the LL(1) parsing table.
  2. Check the table for conflicts.
  3. 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.