about summary refs log tree commit diff stats
path: root/lisp/js/l.html
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/js/l.html')
-rw-r--r--lisp/js/l.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/js/l.html b/lisp/js/l.html
new file mode 100644
index 0000000..2ab4e13
--- /dev/null
+++ b/lisp/js/l.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="utf-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>lisp</title>
+	<script src="lisp.js" type="text/javascript"></script>
+</head>
+<body>
+	<script>
+		const ret = lisp.interpret(lisp.parse(
+			`(print 
+				(add 3 3))`
+			));
+	</script>
+</body>
+</html>
\ No newline at end of file