Activity for ecma-basic

  • Newton Newton committed [5b44ae]

    Erranous spacings have been adjusted.

  • Newton Newton committed [2eb7f1]

    P010 has passed.

  • Newton Newton committed [d6639d]

    P019, P023 and P025 have passed.

  • Newton Newton committed [47cb31]

    John Gatewood's floating point format has been added.

  • Newton Newton committed [7f827b]

    mpfr has been replaced with Gatewoods formatter.

  • Newton Newton committed [21f722]

    Printing a floating point definitions have gone to gatewood_conf.h.

  • Newton Newton committed [35f598]

    Definitions have gone to gatewood_conf.h.

  • Newton Newton committed [da14b9]

    g_fmt has been applied.

  • Newton Newton committed [4ae5fe]

    mpfr has been added for floating point operation.

  • Newton Newton committed [a9b194]

    The spacing of P044 has been adjusted.

  • Newton Newton committed [689286]

    The zero flag of the integer condition was flipped.

  • Newton Newton committed [2417e7]

    The comparion of an integer never returned true.

  • Newton Newton committed [05bd17]

    repeating code have been refactored.

  • Newton Newton committed [f7c178]

    ON-GOTO has been implemented

  • Newton Newton committed [7bd4b4]

    FOR-NEXT has been implemented.

  • Newton Newton committed [d67b1e]

    Negative increment in FOR-NEXT has been added.

  • Newton Newton committed [e9b785]

    Missing spaces have been added.

  • Newton Newton committed [a89693]

    Dumping on exception has been implemented.

  • Newton Newton committed [7ae80c]

    vfalse was wrongly addressed.

  • Newton Newton committed [e001a2]

    ezDump has been removed in the arguments.

  • Newton Newton committed [a00593]

    TAB was wrongly calculated on concatenated lines.

  • Newton Newton committed [13dd38]

    Implemented ezInstrGosub and ezInstrReturn.

  • Newton Newton committed [b8b610]

    GOSUB-RETURN is being implemented.

  • Newton Newton committed [377c41]

    Relational expression has been implemented.

  • Newton Newton committed [43b87e]

    IF statement is being implemented.

  • Newton Newton committed [0ae408]

    arithematic operations have been implemented.

  • Newton Newton committed [8771ee]

    GOTO and power operation have been implemented.

  • Newton Newton committed [0af7aa]

    passed P014 and improved P012 and P013

  • Newton Newton committed [579ef8]

    passed P009 and P010.

  • Newton Newton committed [454266]

    Passing P009.BAS

  • Newton Newton committed [7d9a2c]

    Printing Floating point has been implemented.

  • Newton Newton committed [c81f43]

    Passed P006.BAS

  • Newton Newton committed [a5749e]

    PRINT statement is implemented.

  • Newton Newton committed [5b739f]

    Dumping, help, and version has been parameterised.

  • Newton Newton committed [eca5c3]

    Values have been implemented.

  • Newton Newton committed [5190b8]

    precision policy has been modified.

  • Newton Newton committed [94f8c3]

    TAB has been being implemented.

  • Newton Newton committed [c2eed1]

    Printing strings has been implemented.

  • Newton Newton committed [c7ff53]

    STOP has been added.

  • Newton Newton committed [d4d1ef]

    Compiling errors have been fixed.

  • Newton Newton committed [4bdd7c]

    value is being implemented.

  • Newton Newton committed [1c90a6]

    value and PRINT has been added.

  • Newton Newton committed [7b183b]

    libjit has been removed.

  • Newton Newton committed [56f541]

    autotools have been refreshed.

  • Newton Newton committed [0df2bb]

    The test criteria has been adjusted.

  • Newton Newton committed [7db3fe]

    ON GOTO jump was missaligned.

  • Newton Newton committed [5a007d]

    The bug in DEF statement has been being fixed.

  • Newton Newton committed [ce86bd]

    User defined function is being debugged.

  • Newton Newton committed [034fe8]

    Parameter has been applied to parse.yy.

  • Newton Newton committed [b83e77]

    get_param method has been removed from Instruction class.

  • Newton Newton committed [0ea1b7]

    Parameter class has been added.

  • Newton Newton committed [763dc6]

    Spacing discrepancy in P184 has been fixed.

  • Newton Newton committed [5d57cf]

    A parsing error in user defined function has been resolved.

  • Newton Newton committed [febe92]

    Jump Checker has been added.

  • Newton Newton committed [182acd]

    Merge branch 'master' of ssh://git.code.sf.net/p/ecma-basic/code

  • Newton Newton committed [3ccfe4]

    Spacing has been adjusted in P045.run.

  • Newton Newton committed [ae8c32]

    For loop states are copied.

  • Newton Newton committed [86c8ec]

    discrepancies have been adjusted.

  • Newton Newton committed [2550ed]

    for loop bug has been fixed.

  • Newton Newton committed [3fcefa]

    The spaces of P034 have been adjusted.

  • Newton Newton committed [d5c15c]

    String comparison has been implemented.

  • Newton Newton committed [da0517]

    Print.cc raises an error on undefined variable.

  • Newton Newton committed [26695e]

    test priority has been changed.

  • Newton Newton committed [504729]

    Spacing discrepancies in the references have been adjusted.

  • Newton Newton committed [7f708f]

    P013 bug has been resolved.

  • Newton Newton committed [972f94]

    The extention is automatically added.

  • Newton Newton committed [1eccc3]

    Numeric presentation in PRINT statement has been implemented.

  • Newton Newton committed [cbf7a6]

    digit calculation using printf has been implemented.

  • Newton Newton committed [326761]

    The result of P007 has been added.

  • Newton Newton committed [e9308a]

    Print statement's bug has been fixed.

  • Newton Newton committed [46659c]

    rlt extension has been renamed to run.

  • Newton Newton committed [ff9c3e]

    Handling POINTER category has been added.

  • Newton Newton committed [43d5ad]

    beautified.

  • Newton Newton committed [e574f7]

    Getting an array element has been implemented.

  • Newton Newton committed [c0a693]

    DIM statement has been implemented.

  • Newton Newton committed [e472f8]

    dimension has been implemented.

  • Newton Newton committed [414780]

    runtime has been moved to ecma-55.

  • Newton Newton committed [4e8511]

    ON-GOTO has been implemented.

  • Newton Newton committed [bc02c9]

    GOSUB-RETURN has been bugfixed.

  • Newton Newton committed [ffd61d]

    FOR loop is assessed before run.

  • Newton Newton committed [12093d]

    GOSUB-RETURN has been implemented.

  • Newton Newton committed [49171d]

    Printing routines have moved to Print class.

  • Newton Newton committed [b25064]

    The error message of ecma_mul was stdout.

  • Newton Newton committed [8e9c9f]

    Space was not properly handled in <DATA> state.

  • Newton Newton committed [9c852c]

    Space discrepancy has been adjusted.

  • Newton Newton committed [a8a116]

    READ error has been fixed.

  • Newton Newton committed [76c96d]

    Underfloat limit has been changed from __DBL_MIN__ to -__DBL_MAX__.

  • Newton Newton committed [d24298]

    relational operation has been fixed.

  • Newton Newton committed [999945]

    label_by_address has been added.

  • Newton Newton committed [e769e0]

    READ-DATA statement has been implemented.

  • Newton Newton committed [545388]

    relational expressions have been implemented.

  • Newton Newton committed [81b67d]

    if-then, gosub-return, and def fn have been implemented.

  • Newton Newton committed [9bb456]

    Spacing bug has been resolved.

  • Newton Newton committed [ce035e]

    arithematic operations have been converted to builtins.

  • Newton Newton committed [d0f1c1]

    The bug in the arithematic operation has been fixed.

  • Newton Newton committed [8f6d0a]

    jit_insn APIs have been moved to Instruction class.

  • Newton Newton committed [750e8e]

    Intrinsic functions have been added.

  • Newton Newton committed [271982]

    Missed spaces have been added.

  • Newton Newton committed [10fffb]

    Iteration of test cases were not in order.

  • Newton Newton committed [7d4abb]

    A single letter variable was misinterpreted.

1 >