Script Interpreter for a Basic Language
Be the first to post a text review of Small Basic Interpreter. Rate and review a project by clicking thumbs up or thumbs down in the right column.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>SBI History</title> <style type="text/css"> <!-- BODY { Font-Family: Arial, Helvetica, Sans-Serif; } DIV.COPY { Text-Align: center; } A:LINK { Color: #0000FF; } A:VISITED { Color: #800080; } A:HOVER { Color: #FF0000; } --> </style> </head> <body> <h1>SBI History</h1> <hr size="1"> <br> <table border="1" width="100%"> <tr> <th>Version</th> <th>Date</th> <th>Description</th> </tr> <tr> <td>1.1.175</td> <td>11.03.2001</td> <td> <ul> <li>Fixed some serious bugs.</li> </ul> </td> </tr> <tr> <td>1.1.172</td> <td>05.03.2001</td> <td> <ul> <li>Added Const Statement.</li> </ul> </td> </tr> <tr> <td>1.1.165</td> <td>04.03.2001</td> <td> <ul> <li>Added Dim Statement, actually this is more a Statement to initialize Variables, than to declare them.</li> </ul> </td> </tr> <tr> <td>1.1.162</td> <td>03.03.2001</td> <td> <ul> <li>Hmmm, increased performance, and fixed some bugs.</li> </ul> </td> </tr> <tr> <td>1.1.157</td> <td>01.03.2001</td> <td> <ul> <li>Added Name filename As filename Statement. (sa)</li> <li>Added Close [filenumlist] Statement. (sa)</li> <li>Added Open Statement for File I/O. (sa)</li> <li>Added Input, Line Input, Get, Put, Print, Write (File I/O) Statements. (sa)</li> <li>Added Input function (File I/O). (sa)</li> </ul> </td> </tr> <tr> <td>1.1.143</td> <td>28.02.2001</td> <td> <ul> <li>Added DebugExecution Property, If False (default) Stop Statements will NOT be executed. (sa)</li> <li>Added DebugExec Directive to set the DebugExecution at runtime in the Code. (sa)</li> <li>Added Function FormatMsg, it's like the Delphi Format Function. (sa)</li> </ul> </td> </tr> <tr> <td>1.1.137</td> <td>27.02.2001</td> <td> <ul> <li>Added support to Stop and Break Execution. (sa)</li> <li>Added function to get Variables. (sa)</li> <li>Added Stop Statement. (sa)</li> <li>Added possibility to step through youre code. (sa)</li> </ul> </td> </tr> <tr> <td>1.1.124</td> <td>26.02.2001</td> <td> <ul> <li>Added Exit Do, Exit For, Exit While Statements. (sa)</li> <li>Added Do Unitl | While Loop, Do Loop Until | While Statements. (sa)</li> </ul> </td> </tr> <tr> <td>1.1.104</td> <td>24.02.2001</td> <td> <ul> <li>Added support to call API functions. (sa)</li> </ul> </td> </tr> <tr> <td>1.1.101</td> <td>23.02.2001</td> <td> <ul> <li>Added ElseIf Statement. (sa)</li> </ul> </td> </tr> <tr> <td>1.1.90</td> <td>10.02.2001</td> <td> <ul> <li>Added Select Case Statement. (sa)</li> <li>Added Try Statement. (sa)</li> </ul> </td> </tr> </table> </body> </html>
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?