~kingcons/rascal

55d3def1ba38a77e70ef9685f4050a84b7809898 — Brit Butler 1 year, 5 months ago bb57d2b master
Add a cursory overview.
1 files changed, 5 insertions(+), 1 deletions(-)

M src/docs.lisp
M src/docs.lisp => src/docs.lisp +5 -1
@@ 20,7 20,11 @@
  Here are links to the current [CI builds][builds] and [git repo][repo].")

(defsection @overview (:title "Overview")
  "I should probably write something here.")
  "I've never written a compiler before but I've always wanted to, so here we go.

RASCAL is a recursive acronym in the tradition of many good programs.
It can mean Readable And Simple Compiler for A Lisp, or
Redundant Amateurish Stupid Compiler for A Lisp. Whatever suits your fancy.")

(defun build-docs ()
  (let ((*document-normalize-packages* nil))