bind expression (:=) instead of let
Some checks failed
Build / build (push) Successful in 10m26s
Test / build (push) Failing after 16m44s

This commit is contained in:
Chuck Smith
2024-03-21 17:43:03 -04:00
parent 66d5453ecc
commit 6282075e66
36 changed files with 425 additions and 583 deletions

View File

@@ -13,12 +13,13 @@ syntax case match
syntax keyword xType true false null
syntax keyword xKeyword let fn if else return while
syntax keyword xKeyword fn if else return while
syntax keyword xFunction len input print first last rest push pop exit assert
syntax keyword xOperator == != < > !
syntax keyword xOperator + - * / =
syntax keyword xOperator + - * /
syntax keyword xOperator := =
syntax region xString start=/"/ skip=/\\./ end=/"/