From 0fcc2dc618f2eb00d8cf82ce328c98e0ea9f2626 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 8 Nov 2017 02:16:50 -0500 Subject: Wrote the tokenizer. --- README.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index fc6d805..1e29ec9 100644 --- a/README.rst +++ b/README.rst @@ -41,6 +41,12 @@ fill up RAM, and drain your battery. .. _lispy: http://norvig.com/lispy.html +************ +Requirements +************ + +Actinide requires Python 3.6 or later. + ************ Installation ************ @@ -57,10 +63,13 @@ Or, if you prefer, add ``actinide`` to your application's ``Pipfile`` or Freestanding REPL ***************** -The Actinide interpreter can be started interactively using the `actinide-repl` -command. In this mode, Actinide forms can be entered interactively. The REPL -will immediately evaluate each top-level form, then print the result of that -evaluation. +**Note: this section is presently incorrect - the ``actinide-repl`` command +instead contains a test harness for the tokenizer.** + +The Actinide interpreter can be started interactively using the +``actinide-repl`` command. In this mode, Actinide forms can be entered +interactively. The REPL will immediately evaluate each top-level form, then +print the result of that evaluation. To exit the REPL, type an end-of-file (Ctrl-D on most OSes, Ctrl-Z on Windows). -- cgit v1.2.3