code repository
LASS is partially hosted on SourceForge.net where all source code is stored in a version controlled code repository. LASS uses Subversion (SVN) and you can grab the very latest source by the following command:
svn co svn://svn.code.sf.net/p/lass/code/lass/trunk lass-trunk
If you need writable access, you should use:
svn co https://svn.code.sf.net/p/lass/code/lass/trunk/ lass-trunk
The repository is also browsable. More information on the Subversion repository can be found on the project page.