From b20c2c13f229704f5b4b9a43d8323f24e18977f2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 7 Nov 2014 15:03:03 -0600 Subject: BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic --- apps/interpreters/bas/README.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'apps/interpreters') 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 -- cgit v1.2.3