We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bfb92 commit b301997Copy full SHA for b301997
README.md
@@ -1,4 +1,7 @@
1
-An exercise in reference to the following:
+# Lisp parser and REPL
2
+
3
+An exercise to create a Lisp parser and REPL based on the Lisp as Maxwell Equations of Software in reference to the
4
+following pages:
5
6
- https://programmingpraxis.com/2011/11/01/rip-john-mccarthy/
7
- https://www.gnu.org/software/mes/manual/html_node/LISP-as-Maxwell_0027s-Equations-of-Software.html
index.html
@@ -16,7 +16,7 @@
16
<link href="./demo/style.css" rel="stylesheet">
17
</head>
18
<body>
19
-<h1>Lisp parser</h1>
+<h1>Lisp REPL</h1>
20
<main>
21
<div class="card">
22
<h2>Input</h2>
0 commit comments