updated chemical test to use file now
This commit is contained in:
parent
b2aec6be00
commit
0e83921632
3 changed files with 6 additions and 5 deletions
|
|
@ -373,7 +373,7 @@ void ARC_Chemical_Create(ARC_Chemical **chemical){
|
|||
|
||||
/* ~ define the language as a string ~ */
|
||||
char *languageCString =
|
||||
"<language> -> <group> <language> | <variableLines> <language> | LAMBDA\n"
|
||||
"<language> -> <group> <language> | <variableLines> <language> | <whitespace>\n"
|
||||
|
||||
"<group> -> <whitespace> <groupName> <whitespace> <variable> <whitespace> OPEN_CURLY_BRACE <groupArgs> <whitespace> CLOSE_CURLY_BRACE\n"
|
||||
"<groupName> -> <variable>\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue