Format files

This commit is contained in:
Peter
2024-08-20 13:07:28 +02:00
parent f39f2de6e5
commit ad6b7154e1
3 changed files with 3 additions and 49 deletions

View File

@@ -2,7 +2,7 @@ Language "IBAFlang"
Syntax START:start ::= statement*
Semantics start[[ _:start ]] : =>null-type
Rule start[[ Stmt* ]] = initialise-binding scope(collateral(collect-declared-vars[[ Stmt* ]]), execute[[ Stmt* ]])
Rule start[[ Stmt* ]] = initialise-binding execute-block[[ Stmt* ]]