fun with Scala and CSS

I've been having some fun with Sala and CSS; I'm interested
to see if anyone else can reproduce my results:

~/projects/cssval$ sbt test
[info] Building project cssval 1.0 using sbt.DefaultProject
[info]    with sbt 0.5.5 and Scala 2.7.6
...
[info] == test-finish ==
[info] Run: 26, Passed: 26, Errors: 0, Failed: 0


What I've got so far is an implementation of the CSS core syntax
http://bitbucket.org/DanC/cssval/src/tip/src/main/scala/org/w3/cssval.scala

plus tests developed concurrently.
http://bitbucket.org/DanC/cssval/src/tip/src/test/scala/css1.scala

The code is currently available in an hg repository on bitbucket:
  http://bitbucket.org/DanC/cssval/src/
  hg clone http://bitbucket.org/DanC/cssval/

If you'd rather not bother with hg, you can just grab a tarball:
  http://bitbucket.org/DanC/cssval/get/322dc50d427b.gz

I'm attaching the README.html, with pointers to scala background
and development tools, etc.

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
gpg D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Monday, 9 November 2009 17:25:31 UTC