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

Improve Lisp #344

Merged
merged 22 commits into from
Jun 6, 2022
Merged

Improve Lisp #344

merged 22 commits into from
Jun 6, 2022

Commits on Jun 3, 2022

  1. Add println

    vinc committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f953e89 View commit details
    Browse the repository at this point in the history
  2. Rewrite fib

    vinc committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    4cfcd65 View commit details
    Browse the repository at this point in the history
  3. Refactor parse

    vinc committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ae4fee2 View commit details
    Browse the repository at this point in the history
  4. Update lisp completer

    vinc committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ea1537c View commit details
    Browse the repository at this point in the history
  5. Store args in env

    vinc committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    7e14bb1 View commit details
    Browse the repository at this point in the history
  6. Add 'or' and 'and' builtins

    vinc committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    5fbbc04 View commit details
    Browse the repository at this point in the history
  7. Add factorial.lsp

    vinc committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    d56a52a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Update docs

    vinc committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    54f5ec1 View commit details
    Browse the repository at this point in the history
  2. Add cat operation

    vinc committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    03d0e54 View commit details
    Browse the repository at this point in the history
  3. Add join operation

    vinc committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    cf8c596 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Add system command

    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    0d0d45f View commit details
    Browse the repository at this point in the history
  2. Add time command (#346)

    * Add time command
    
    * Fix merge artefact
    
    * Fix call to realtime
    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    7470240 View commit details
    Browse the repository at this point in the history
  3. Replace clock syscalls with device files (#345)

    * Replace clock syscalls with device files
    
    * Add missing newline to read
    
    * Update time command
    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    e8502e3 View commit details
    Browse the repository at this point in the history
  4. Use Rc<RefCell<Env>>

    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    caf6847 View commit details
    Browse the repository at this point in the history
  5. Add first TCO

    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    98bf10b View commit details
    Browse the repository at this point in the history
  6. Remove Box

    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    6339c97 View commit details
    Browse the repository at this point in the history
  7. Change result of env_for_lambda

    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    983bdab View commit details
    Browse the repository at this point in the history
  8. Run clippy

    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    58d588b View commit details
    Browse the repository at this point in the history
  9. Remove env clone

    vinc committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    3d383f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Remove TCO

    vinc committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e0af9e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f522f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a81fcb View commit details
    Browse the repository at this point in the history