0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 24 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
parser code from the weekend. some encoding of productions as case classes. More... about 14 years ago
stupid todo More... about 14 years ago
don't put spaces onto the Token Stream. More... about 14 years ago
Giving punctuation it's own object, golfing away a val from tokenStream. (I'm not sure I like this better, just trying it) More... about 14 years ago
Hiding punctuation methods and map behind an object. More... about 14 years ago
hiding punctuation behind a Map. More... about 14 years ago
adding tabs More... about 14 years ago
Repl needs to know about the tokenizer. More... about 14 years ago
renaming misnamed Parser* files to Tokenizer* More... about 14 years ago
this is not a parser, it's a tokenizer. first step before moving it to better filenames. More... about 14 years ago
ensime config file. More... about 14 years ago
seal the trait for exhaustivity tests (reviewed by @9len) More... over 14 years ago
Edited src/main/scala/com/saladwithsteve/lisp-p/Parser.scala via GitHub More... over 14 years ago
better comments! pointed out some whack. better variable name! foo is not pro-style. More... over 14 years ago
Non-working repl. WIP. More... over 14 years ago
more parser spec. More... over 14 years ago
Basic Scheme parser based on lazy Streams. Understands nested structures. More... over 14 years ago
using standard-project and ignoring src_managed More... over 14 years ago
- improved .gitignore works better with sbt-generated files - killed old implicit for sorting - removed warnings for erased types - really that was all that was needed for upgrading to 2.8.1 More... over 14 years ago
killing old test runners, preparing for the move to sbt More... over 14 years ago
die ant, nobody liked you anyway More... over 14 years ago
fixing atom? More... over 16 years ago
eq only works on lists. More... over 16 years ago
implementing Eq. More... over 16 years ago
implementing Cons and Quote. More... over 16 years ago
testing that (car '(a b)) returns a. yay! an actual milestone. More... over 16 years ago
basic test infrastructure. More... over 16 years ago
changing the name from lisp-p to just lisp. will come up with a better name later. More... over 16 years ago
first rough cut of lisp-p More... over 16 years ago