wsbasic is a BASIC interpreter written in C++
using recursive descent OO techniques instead of
the outdated lex/yacc tools. It can already be
used as a scripting replacement for bash and was
also used as basis for kturtle's logo interpreter.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Cette version améliore la sortie d'erreur de l'analyseur. Elle affiche maintenant le mot-clé devrait au lieu de l'ID de jeton lorsque se produit une erreur d'analyse.
Tags:
Minor feature enhancements, Stable
This release improves the error output of the parser. It now shows the
expected keyword instead of the token id when a parse error occurs.