about summary refs log tree commit diff stats
path: root/html/immutable-error.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3725Kartik K. Agaram2016-12-271-3/+3
| | | | | | More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere.
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3710Kartik K. Agaram2016-12-261-13/+13
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-16/+40
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3569Kartik K. Agaram2016-10-231-2/+2
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3431Kartik K. Agaram2016-09-301-1/+1
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3401Kartik K. Agaram2016-09-181-0/+47
|
* 3355Kartik K. Agaram2016-09-151-47/+0
|
* 3318Kartik K. Agaram2016-09-101-0/+47
Describe immutability checks in the Readme.