summaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-07 15:03:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-07 15:03:03 -0600
commitb20c2c13f229704f5b4b9a43d8323f24e18977f2 (patch)
tree7e2daa8004160827a8b9d19c92ddaacc3f8d7b63 /apps/interpreters
parent1c5e93117d6951dc65d4914ee8e9507af143d2b4 (diff)
downloadnuttx-b20c2c13f229704f5b4b9a43d8323f24e18977f2.tar.gz
nuttx-b20c2c13f229704f5b4b9a43d8323f24e18977f2.tar.bz2
nuttx-b20c2c13f229704f5b4b9a43d8323f24e18977f2.zip
BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/bas/README.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/interpreters/bas/README.txt b/apps/interpreters/bas/README.txt
index d9d9425f9..d8435930e 100644
--- a/apps/interpreters/bas/README.txt
+++ b/apps/interpreters/bas/README.txt
@@ -1,8 +1,8 @@
README
======
-Introductions
-=============
+Introduction
+============
Bas is an interpreter for the classic dialect of the programming language
BASIC. It is pretty compatible to typical BASIC interpreters of the 1980s,
unlike some other UNIX BASIC interpreters, that implement a different
@@ -18,9 +18,6 @@ Introductions
to variables that are never initialised. Bas is written in ANSI C for
UNIX systems.
- Please do "make check" after compiling bas to run a couple regression
- tests.
-
License
=======
BAS 2.4 is released as part of NuttX under the standard 3-clause BSD license