0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #15 from huonw/literals More... almost 11 years ago
Add parser support for [] and {} literals. Currently an alias for (). More... almost 11 years ago
Merge pull request #14 from bjz/parser-rewrite More... almost 11 years ago
Refactor some methods, add test for string escapes More... almost 11 years ago
Merge pull request #13 from bjz/parser-rewrite More... almost 11 years ago
Parser Re-write More... almost 11 years ago
Fix imports broken by prelude changes More... almost 11 years ago
Merge pull request #11 from huonw/match More... almost 11 years ago
Merge pull request #10 from huonw/dynamic-macros More... almost 11 years ago
Add a pattern-matching `match` macro. More... almost 11 years ago
Convert macros back to dynamic scoping. More... almost 11 years ago
Merge pull request #9 from bjz/dev-bjz More... almost 11 years ago
Add copyright/license comments to files More... almost 11 years ago
Move misplaced comment More... almost 11 years ago
Merge pull request #8 from huonw/fn-scope More... almost 11 years ago
Lexical scoping for functions and macros; add `=`. More... almost 11 years ago
Add basic arithmetic ops and type predicates More... almost 11 years ago
Merge pull request #6 from bjz/dev-bjz More... almost 11 years ago
Remove pointless pattern More... almost 11 years ago
Renamings: Lambda->Fn, Rust->ExternFn, RustMacro->ExternMacro More... almost 11 years ago
Flatten list pattern matching More... almost 11 years ago
Separate macros into separate Value variants More... almost 11 years ago
Merge pull request #5 from huonw/eval-macros More... almost 11 years ago
Fix tests after the parse change More... almost 11 years ago
Parse multiple symbols from a source string. More... almost 11 years ago
Use @ everywhere to avoid cloning the AST More... almost 11 years ago
Usability improvements to the repl, don't print () or the AST. More... almost 11 years ago
Implement function calls, and use this to move builtins to the global environment More... almost 11 years ago
Merge pull request #3 from bjz/dev-bjz More... almost 11 years ago
Handle evaling (), fix tests More... almost 11 years ago