JBASIC
|
Welcome to the technical documentation of the JBASIC interpreter.
JBASIC is a simple scripting language, heavily inspired by BASIC.
The interpreter is tested using JUNIT. For testing a JBASIC program is executed and the standard output is redirected. Then the redirected output is compared with the expected output after the program was executed.
Copyright © 2022 by Frederik Tobner.
Permission to use, copy, modify, and distribute this software and its documentation under the terms of the GNU General Public License is hereby granted.
No representations are made about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.
See the GNU General Public License for more details.