From b7973b0afa3b5ab4df803bc102cd0f3f4b8db671 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 7 Oct 2017 16:25:17 -0700 Subject: Renamed ansicolors to consolecolors. --- nomsu.moon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nomsu.moon') diff --git a/nomsu.moon b/nomsu.moon index 91494f1..4254ad2 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -15,13 +15,14 @@ re = require 're' lpeg = require 'lpeg' utils = require 'utils' repr = utils.repr -colors = require 'ansicolors' +colors = require 'consolecolors' colored = setmetatable({}, {__index:(_,color)-> ((msg)-> colors[color]..msg..colors.reset)}) {:insert, :remove, :concat} = table --pcall = (fn,...)-> true, fn(...) -- TODO: -- check robustness/functionality of compiler mode. +-- Maybe get GOTOs working at file scope. -- use actual variables instead of a vars table -- consider non-linear codegen, rather than doing thunks for things like comprehensions -- improve indentation of generated lua code -- cgit v1.2.3