From 17e35aa2e9c17836ddd4c6f6fd299ddf586dd27e Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 12 Dec 2020 20:26:26 +0000 Subject: [PATCH] Add the Namespace type to the ast --- bootstrap/pkg/ast/ast.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/pkg/ast/ast.go b/bootstrap/pkg/ast/ast.go index 36d761a..e863bae 100644 --- a/bootstrap/pkg/ast/ast.go +++ b/bootstrap/pkg/ast/ast.go @@ -31,7 +31,9 @@ const ( Number List Fn + Namespace Block // Dont' mistake it with block from other programming languages + // 10 ) type Location struct {