Add the Namespace type to the ast

This commit is contained in:
Sameer Rahmani 2020-12-12 20:26:26 +00:00
parent cfa7b967dc
commit 17e35aa2e9
1 changed files with 2 additions and 0 deletions

View File

@ -31,7 +31,9 @@ const (
Number
List
Fn
Namespace
Block // Dont' mistake it with block from other programming languages
// 10
)
type Location struct {