Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second Lua implementation (Lua.2) #630

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Dec 24, 2022

  1. step0

    cheminDeFer committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    25fb9d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. scanner working

    cheminDeFer committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    5eb29b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    e36c8cd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. step2 and step1 fixes

    cheminDeFer committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e3fc5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b06e0c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    7eca78b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. if fn do

    cheminDeFer committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    04a7222 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. added some core functions

    cheminDeFer committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    ee09873 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. step4 all test passes

    cheminDeFer committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    d561877 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    73ab9df View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. step6 w/o *ARGV*

    cheminDeFer committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    51a12eb View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. step6 w/ *ARGV*

    cheminDeFer committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    6b5b72e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. step7 wip

    cheminDeFer committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9c2a140 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    d49c19a View commit details
    Browse the repository at this point in the history
  2. step8 + quasiquotexpand

    cheminDeFer committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    08c07fa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. step9 wip

    cheminDeFer committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2be33cd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. step9 wip

    TODO: think about converting keywords to strings
    
    in core keys converted to strings instead of symbol.
    cheminDeFer committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3a8b691 View commit details
    Browse the repository at this point in the history
  2. step9 wip

    keywords converted to string w/ prefixes
    cheminDeFer committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7074e32 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. step9 all test passes

    cheminDeFer committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    1632e1f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. stepA WIP

    cheminDeFer committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    6b9775c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    8cf61e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Bug fix in scanner, increased builtins, dockerfile

    Internal representation of strings obtained via not escaping
    during scanning because escaping mutates the string which causes
    second read of string gives different result.
    
    `time`, `meta`, `with-meta` builtins are added.
    
    Dockerfile and READMEs updated/added.
    cheminDeFer committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    38db8cc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. stepA all tests pass

    builtin conj, seq added
    bug fixes in with-meta, defmacro! string
    cheminDeFer committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3a4ba74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c412d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3000430 View commit details
    Browse the repository at this point in the history