0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #203 from jameshfisher/empty-file-treated-as-missing More... over 12 years ago
Empty file should not be treated as missing More... over 12 years ago
Merge pull request #201 from devkat/underscore152 More... over 12 years ago
Update underscore to 1.5.2, change test after _.max to -Infinity. More... over 12 years ago
Merge pull request #198 from kennknowles/parser-tests More... over 12 years ago
Add some basic type parser tests More... over 12 years ago
Merge pull request #193 from puffnfresh/multi-line-repl More... over 12 years ago
Handle do/match better. More... over 12 years ago
Handle metacommands better. More... over 12 years ago
Escape for the linter. More... over 12 years ago
Handles then, do, match, array, object. More... over 12 years ago
Quickly make sure commands still work, and lint. More... over 12 years ago
Initial work on multiline repl. More... over 12 years ago
Add functions to the sources in the repl. Fixes #192. More... over 12 years ago
Merge pull request #188 from puffnfresh/lexer-refactor More... over 12 years ago
Enable jshint. Fixes #190 More... over 12 years ago
Add explicit require for types and nodeToType in node-repl. #190 More... over 12 years ago
Fixed some accidental global usages. #190 More... over 12 years ago
Removed superfluous test. More... over 12 years ago
Updated readme and site with editor info. Closes #2. More... over 12 years ago
Jison output with `grunt jison --debug`. More... over 12 years ago
Close #71 with test. More... over 12 years ago
Extracted 'tokenise' function from exports.tokenize. More... over 12 years ago
Pulled tokenizer list out into an array. More... over 12 years ago
Parameterize tokenizer functions on chunk. More... over 12 years ago
Refactored identifierToken to use keywordTokens map. More... over 12 years ago
Removed unused var. More... over 12 years ago
Emit ternary conditions and skip function wrapper for simple condition bodies More... over 12 years ago
Added rtfeldman to AUTHORS file. More... over 12 years ago
Added 'Automatic currying' and 'Eager evaluation' to site feature list. Fixes #44 More... over 12 years ago