question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

About group items

See original GitHub issue

Hi, in grammar, what’s the rule for “word and some special characters”

Example

I'm sad.

The goal is to have “I’m” and “sad”.

Using %import common.WORD gives UnexpectedCharacters error

I tried to use group item but not sure about the syntex.

wordset: ("I" "m" "'")
UnexpectedCharacters: No terminal defined for 'I' at line 1 col 1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
erezshcommented, Jul 5, 2019

Sounds like you just need to define word yourself:

WORD: (LETTER | DIGIT) +

%import common (LETTER, DIGIT)
1reaction
erezshcommented, Jun 11, 2019

Closing the issue, but feel free to continue the discussion or ask more questions

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using data items and group items - IBM
Related data items can be parts of a hierarchical data structure. A data item that does not have subordinate data items is called...
Read more >
What are Item Groups and how do I use them?
Item Groups are an alternative way to group items that are not already grouped, like item categories. They are applied during segment creation...
Read more >
Group object - Wikipedia
In category theory, a branch of mathematics, group objects are certain generalizations of groups that are built on more complicated structures than sets....
Read more >
Grouping Objects | Computer Applications for Managers
Group Objects · Start from a corner of the slide, hold the left-mouse button down and drag it to include all objects to...
Read more >
How do I group items together? - Concepts Support
If you wish to make your own objects in the object library, we recommend grouping your strokes into a single object first, to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found