-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
- As you know, the original JSGF docs show that we could import other jsgf files, while pyjsgf doesn't work
- sample:
- import <com.acme.politeness.startPolite>
#JSGF V1.0 ISO8859-1 en;
grammar com.acme.commands;
import <com.acme.politeness.startPolite>;
import <com.acme.politeness.endPolite>;
/**
* Basic command.
* @example please move the window
* @example open a file
*/
public <basicCmd> = <startPolite> <command> <endPolite>;
<command> = <action> <object>;
<action> = /10/ open |/2/ close |/1/ delete |/1/ move;
<object> = [the | a] (window | file | menu);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels