updated chemical test to use file now

This commit is contained in:
herbglitch 2025-03-08 02:43:16 -07:00
parent b2aec6be00
commit 0e83921632
3 changed files with 6 additions and 5 deletions

View file

@ -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"