diff options
author | Rob Austein <sra@hactrn.net> | 2007-01-30 20:29:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-01-30 20:29:39 +0000 |
commit | 2c44014b3664de3ea9445fede68afbde535cf503 (patch) | |
tree | c41afff5d45593908d99a7ae3239a0518728c90f | |
parent | 80b1e6a46df84916ba8a6532af49481cbf345c47 (diff) |
Initial.
svn path=/scripts/regeng-api.lisp; revision=473
-rw-r--r-- | scripts/regeng-api.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/regeng-api.lisp b/scripts/regeng-api.lisp new file mode 100644 index 00000000..58e14bcf --- /dev/null +++ b/scripts/regeng-api.lisp @@ -0,0 +1,6 @@ +;;; $Id$ +;;; +;;; Scratch pad for working out API design for registration engine. +;;; +;;; This file is psuedocode, I just wanted to take advantage of +;;; emacs's built-in support for languages with reasonable syntax. |