minor changes for lex spec

This commit is contained in:
2025-11-04 13:43:56 +09:00
parent bbc1838b8a
commit 51773b4906
2 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
val int s 3; # global
val [int->int] fib int n {
val [int->int] fib (int n) {
return if == n 0 {
1
} else {