Fix LSP crash and tokenizer issue

This commit is contained in:
2026-03-27 20:21:57 -07:00
parent c014233987
commit babbd01975
4 changed files with 13 additions and 3 deletions

9
tests/Number.newt Normal file
View File

@@ -0,0 +1,9 @@
module Number
import Prelude
add : Int Int Int
add a b = a + b
main : IO Unit
main = printLn $ add 2$ 40