summaryrefslogtreecommitdiff
path: root/src/scope.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added support for value expression definitions.John Wiegley2009-02-081-3/+2
| | | | | | | | Example: ] expr f(x) := x + 100 ] expr f(100) 200
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Removed todo comments and dead code.John Wiegley2008-08-171-59/+0
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+123
is in doc/, etc.