Commit graph

  • be73b0b828
    refmt Aidan Hahn 2022-01-16 22:02:40 -08:00
  • f805290a4b
    finally figure out how to hold closures Aidan Hahn 2022-01-16 22:01:42 -08:00
  • 69f31db23b
    WIP: testing closure types Aidan Hahn 2021-12-31 11:00:13 -08:00
  • 4cadb1a7eb
    WIP Commit for stackoverflow Aidan Hahn 2021-12-30 21:14:24 -08:00
  • a967ac5c3e
    (un)finished env integration logic Aidan Hahn 2021-11-25 21:24:04 -08:00
  • 5aa2b27343
    in progress work with scaffolding for environment integration Aidan Hahn 2021-11-21 12:48:11 -08:00
  • c465c974d4
    var export works now lol Aidan Hahn 2021-11-14 22:55:52 -08:00
  • 5d345a4c73
    in progress conversion of export to eval_lazy Aidan Hahn 2021-11-14 21:41:39 -08:00
  • 827458b06f
    fix docs, and init stdlib when configuring Aidan Hahn 2021-11-08 00:59:14 -08:00
  • 1b1ac3cd2b
    export vars fixed. tests pass Aidan Hahn 2021-11-08 00:45:09 -08:00
  • 307101327c
    variable export and entire config system Aidan Hahn 2021-11-07 22:04:57 -08:00
  • 0931fbdcf0
    add variable export function Aidan Hahn 2021-11-06 15:43:42 -07:00
  • 7ca42f18da
    hook concat into stl Aidan Hahn 2021-11-03 23:46:41 -07:00
  • ff5e76ff98
    add str concat, refactor str tests Aidan Hahn 2021-11-03 23:42:59 -07:00
  • e139756a81
    cleaner test code Aidan Hahn 2021-11-02 20:12:14 -07:00
  • 0606b985e6
    add dedicated build step to CI Aidan Hahn 2021-11-02 20:07:10 -07:00
  • 62ff86df32
    split lib tests into many files, add append tests Aidan Hahn 2021-11-02 20:05:26 -07:00
  • b41b52e112
    add tests for lib functions Aidan Hahn 2021-11-02 19:49:44 -07:00
  • d8eef9c95b
    fix function calls with no argument Aidan Hahn 2021-11-02 19:18:11 -07:00
  • ee3b53bfb5
    add append function Aidan Hahn 2021-11-02 19:05:35 -07:00
  • 37eba3008f
    remove cargo state from repo Aidan Hahn 2021-10-17 23:27:46 -07:00
  • dfa49efdf4
    ignore Cargo.lock Aidan Hahn 2021-10-17 23:12:22 -07:00
  • 8445a51d80
    remove superfluous mut Aidan Hahn 2021-10-17 23:11:31 -07:00
  • 0c2faac9ce
    fix silly mistake with echo function Aidan Hahn 2021-10-17 23:07:38 -07:00
  • 2c5d64bc9c
    Update readme, alter echo command Aidan Hahn 2021-09-19 16:05:30 -07:00
  • f985ecef3d
    add missing deps in Cargo Aidan Hahn 2021-09-19 15:02:24 -07:00
  • 02272babb2
    add ci Aidan Hahn 2021-09-18 17:05:52 -07:00
  • a8e2484212
    normalize inputs via shell Aidan Hahn 2021-09-18 17:02:40 -07:00
  • 72598c2168
    new fixes for lexing process, tests to go with them Aidan Hahn 2021-09-18 16:48:24 -07:00
  • 5ed8a054d3
    primitive repl Aidan Hahn 2021-09-18 15:26:16 -07:00
  • 2c30975571
    more complex tests Aidan Hahn 2021-07-19 23:59:03 -07:00
  • df5cb47cb4
    Significant improvement to eval routine and tests Aidan 2021-06-22 00:50:37 -07:00
  • 9b981921b4
    add more unit tests for function calls Aidan 2021-06-06 10:24:19 -07:00
  • a6abc993a5
    finish eval referencing issues, update func tests Aidan 2021-06-05 17:46:13 -07:00
  • 4712d5466c
    simplify func return type, complete eval and process logic Aidan 2021-06-05 01:14:38 -07:00
  • 0adda0109c
    improvements to eval prototype Aidan 2021-05-31 23:06:56 -07:00
  • f41b30b9f2
    explanatory readme Aidan 2021-05-31 22:04:33 -07:00
  • 4fa8d84cec
    in progress commit Aidan 2021-05-25 09:37:23 -07:00
  • 33f2e1eb16
    more untested code Aidan 2021-03-31 23:01:22 -07:00
  • f83872d8b5
    in progress commit - fill out eval skele - documentation comments in var tabel Aidan 2021-03-17 00:03:43 -07:00
  • 306ec6af09
    skele of eval function Aidan 2021-03-16 22:43:46 -07:00
  • 3434a49cc1
    Big referencing refactor - RC+RefCell pattern used... everywhere - Ast type implemented - unit tests for func_call - more changes, but this commit scope has grown significantly and I cannot list them all Aidan 2021-03-14 16:14:57 -07:00
  • 76b12a8214
    in progress commit - fixed errors in func and vars blocking testing - use box references in call and eval Still need to fix the tests themselves.... Aidan 2021-03-07 19:24:38 -08:00
  • d2f60314f9
    in progress commit - added vars to lib - fixed adders and getters to both vtable and ftable - made function operations a dual type (enum) - prototyped calling of stored external ASTs with arguments (additional operation type - stub for eval - added index function to Cell Aidan 2021-02-14 16:33:17 -08:00
  • 61e3985592
    Add vars table - added vars table - refactored function and func table to use impl - added add and delete methods for func table Aidan 2021-02-07 23:16:25 -08:00
  • af28692175
    Added Function Tables - Ftable struct - CallFunction procedure - Refactors to Cell, Ctr (consequently to lex too) - More recursive routines in Cell Aidan 2021-02-07 11:45:26 -08:00
  • bcb32b19d4
    - fixed lexing of inline and postline comments Aidan 2021-01-25 20:55:16 -08:00
  • 34573a999e
    add more unit tests for lexing Aidan 2021-01-24 22:32:09 -08:00
  • 172aa4ea4b
    - added more unit tests for lexer - corrected defects revealed by added tests Aidan 2021-01-24 22:04:26 -08:00
  • e4f2fbaa70
    - syntax tree datatypes - prototype lex function - a lex unit test - gitignore - library structure - license Aidan 2021-01-24 12:34:58 -08:00