Erranous spacings have been adjusted.
P010 has passed.
P019, P023 and P025 have passed.
John Gatewood's floating point format has been added.
mpfr has been replaced with Gatewoods formatter.
Printing a floating point definitions have gone to gatewood_conf.h.
Definitions have gone to gatewood_conf.h.
g_fmt has been applied.
mpfr has been added for floating point operation.
The spacing of P044 has been adjusted.
The zero flag of the integer condition was flipped.
The comparion of an integer never returned true.
repeating code have been refactored.
ON-GOTO has been implemented
FOR-NEXT has been implemented.
Negative increment in FOR-NEXT has been added.
Missing spaces have been added.
Dumping on exception has been implemented.
vfalse was wrongly addressed.
ezDump has been removed in the arguments.
TAB was wrongly calculated on concatenated lines.
Implemented ezInstrGosub and ezInstrReturn.
GOSUB-RETURN is being implemented.
Relational expression has been implemented.
IF statement is being implemented.
arithematic operations have been implemented.
GOTO and power operation have been implemented.
passed P014 and improved P012 and P013
passed P009 and P010.
Passing P009.BAS
Printing Floating point has been implemented.
Passed P006.BAS
PRINT statement is implemented.
Dumping, help, and version has been parameterised.
Values have been implemented.
precision policy has been modified.
TAB has been being implemented.
Printing strings has been implemented.
STOP has been added.
Compiling errors have been fixed.
value is being implemented.
value and PRINT has been added.
libjit has been removed.
autotools have been refreshed.
The test criteria has been adjusted.
ON GOTO jump was missaligned.
The bug in DEF statement has been being fixed.
User defined function is being debugged.
Parameter has been applied to parse.yy.
get_param method has been removed from Instruction class.
Parameter class has been added.
Spacing discrepancy in P184 has been fixed.
A parsing error in user defined function has been resolved.
Jump Checker has been added.
Merge branch 'master' of ssh://git.code.sf.net/p/ecma-basic/code
Spacing has been adjusted in P045.run.
For loop states are copied.
discrepancies have been adjusted.
for loop bug has been fixed.
The spaces of P034 have been adjusted.
String comparison has been implemented.
Print.cc raises an error on undefined variable.
test priority has been changed.
Spacing discrepancies in the references have been adjusted.
P013 bug has been resolved.
The extention is automatically added.
Numeric presentation in PRINT statement has been implemented.
digit calculation using printf has been implemented.
The result of P007 has been added.
Print statement's bug has been fixed.
rlt extension has been renamed to run.
Handling POINTER category has been added.
beautified.
Getting an array element has been implemented.
DIM statement has been implemented.
dimension has been implemented.
runtime has been moved to ecma-55.
ON-GOTO has been implemented.
GOSUB-RETURN has been bugfixed.
FOR loop is assessed before run.
GOSUB-RETURN has been implemented.
Printing routines have moved to Print class.
The error message of ecma_mul was stdout.
Space was not properly handled in <DATA> state.
Space discrepancy has been adjusted.
READ error has been fixed.
Underfloat limit has been changed from __DBL_MIN__ to -__DBL_MAX__.
relational operation has been fixed.
label_by_address has been added.
READ-DATA statement has been implemented.
relational expressions have been implemented.
if-then, gosub-return, and def fn have been implemented.
Spacing bug has been resolved.
arithematic operations have been converted to builtins.
The bug in the arithematic operation has been fixed.
jit_insn APIs have been moved to Instruction class.
Intrinsic functions have been added.
Missed spaces have been added.
Iteration of test cases were not in order.
A single letter variable was misinterpreted.