From f28f949d0fd1dfa6e9b9e829dc279782479ec984 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Thu, 9 Mar 2023 18:01:08 -0600 Subject: [PATCH] Minimum Viable Product --- Parser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser.cs b/Parser.cs index 5fe961e..c7d7990 100644 --- a/Parser.cs +++ b/Parser.cs @@ -422,7 +422,7 @@ namespace tlang public void LoadEnvironment(RootEnvironment env) { TDictionary fs = new TDictionary(); - + fs["home"] = new TString(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)); fs["enumerate_files"] = new TExternalMethod((args)=>{ if(args.Length > 0) {