Skip to content

Commit b301997

Browse files
committed
Update readme
1 parent 10bfb92 commit b301997

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
An exercise in reference to the following:
1+
# 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:
25

36
- https://programmingpraxis.com/2011/11/01/rip-john-mccarthy/
47
- https://www.gnu.org/software/mes/manual/html_node/LISP-as-Maxwell_0027s-Equations-of-Software.html

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link href="./demo/style.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<h1>Lisp parser</h1>
19+
<h1>Lisp REPL</h1>
2020
<main>
2121
<div class="card">
2222
<h2>Input</h2>

0 commit comments

Comments
 (0)