Tests, Changelog and updated grammar

This commit is contained in:
hrkrshnn
2020-04-23 17:27:37 +05:30
parent e2e32d372f
commit 48ff9fd4d6
6 changed files with 74 additions and 1 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ structDefinition
'{' ( variableDeclaration ';' (variableDeclaration ';')* )? '}' ;
modifierDefinition
: 'modifier' identifier parameterList? ( VirtualKeyword | overrideSpecifier )* block ;
: 'modifier' identifier parameterList? ( VirtualKeyword | overrideSpecifier )* ( ';' | block ) ;
functionDefinition
: functionDescriptor parameterList modifierList returnParameters? ( ';' | block ) ;