Skip to content

Commit

Permalink
incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorithms committed Jul 30, 2012
1 parent f8e7d35 commit 47872df
Show file tree
Hide file tree
Showing 5 changed files with 8,673 additions and 20 deletions.
1 change: 0 additions & 1 deletion lib/command_line.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions src/command_line.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ compile = (start_path, path) ->
# -----------------------------------------------------------------------------

recurseRun = (start_path, curr_path, out_text) ->
console.log out_text[0...1000]
stats = fs.statSync curr_path
if stats.isDirectory()
files = fs.readdirSync curr_path
Expand Down Expand Up @@ -90,18 +89,3 @@ run = exports.run = ->

if require.main is module
run()

# args = process.argv.slice 2
# if args.length is 2
# coffee = true
# if args[0] isnt "-c"
# printUsage()
# else if args.length isnt 1
# printUsage()
# fname = args[-1..][0]
# source = fs.readFileSync fname, "utf8"
# v = new view source, {fileName: fname}
# if coffee
# console.log v._toCoffee()
# else
# console.log v._toJavaScript()
Loading

0 comments on commit 47872df

Please sign in to comment.