Created
August 10, 2012 19:17
-
-
Save sevvie/3317031 to your computer and use it in GitHub Desktop.
pegex-cdent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| seven@broodmother :: ~/Workspaces/pegex-cdent ‹master*› % make test 2 ↵ | |
| mkdir -p lib/Pegex | |
| mkdir -p lib/Pegex/Parser | |
| mkdir -p lib/Pegex/Pegex | |
| mkdir -p lib/Pegex/Grammar | |
| coffee --compile -p src/Pegex/Parser/Indent.coffee > lib/Pegex/Parser/Indent.js | |
| coffee --compile -p src/Pegex/Parser.coffee > lib/Pegex/Parser.js | |
| coffee --compile -p src/Pegex/Pegex/AST.coffee > lib/Pegex/Pegex/AST.js | |
| coffee --compile -p src/Pegex/Pegex/Grammar.coffee > lib/Pegex/Pegex/Grammar.js | |
| coffee --compile -p src/Pegex/Compiler.coffee > lib/Pegex/Compiler.js | |
| coffee --compile -p src/Pegex/Receiver.coffee > lib/Pegex/Receiver.js | |
| coffee --compile -p src/Pegex/Module.coffee > lib/Pegex/Module.js | |
| coffee --compile -p src/Pegex/Grammar/Atoms.coffee > lib/Pegex/Grammar/Atoms.js | |
| coffee --compile -p src/Pegex/Grammar.coffee > lib/Pegex/Grammar.js | |
| coffee --compile -p src/Pegex/Input.coffee > lib/Pegex/Input.js | |
| coffee --compile -p src/Pegex.coffee > lib/Pegex.js | |
| mkdir -p test/lib/Test | |
| coffee --compile -p test/src/Test/Harness.coffee > test/lib/Test/Harness.js | |
| coffee --compile -p test/src/parse-testml-data.coffee > test/lib/parse-testml-data.js | |
| coffee -e '(require "./test/lib/Test/Harness").run()' test | |
| failed 1 and passed 11 tests in 0.07 seconds | |
| Error: Cannot find module 'js-yaml' | |
| at Function.Module._resolveFilename (module.js:338:15) | |
| at Function.Module._load (module.js:280:25) | |
| at Module.require (module.js:362:17) | |
| at require (module.js:378:17) | |
| at Object.<anonymous> (/home/seven/Workspaces/pegex-cdent/test/compiler-checks.coffee:6:10) | |
| at Object.<anonymous> (/home/seven/Workspaces/pegex-cdent/test/compiler-checks.coffee:114:4) | |
| at Module._compile (module.js:449:26) | |
| at Object.exports.run (/home/seven/node_modules/coffee-script/lib/coffee-script/coffee-script.js:79:25) | |
| at Object.exports.run (/home/seven/Workspaces/pegex-cdent/test/lib/Test/Harness.js:184:22) | |
| at Object.<anonymous> (.:3:40) | |
| test/compiler-checks.js: line unknown, column unknown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment