Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Implement functional Evaluator, stateful Context and GoExpr #17

Merged
merged 4 commits into from
Sep 11, 2020

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    94945ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79d32a6 View commit details
    Browse the repository at this point in the history
  3. Make zero-value Evaluator usable.

    Pass concrete (non-ptr) structs around where possible, to enforce
    statelessness.
    lthibault committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8c2f0f7 View commit details
    Browse the repository at this point in the history
  4. Implement GoExpr.

    Factor value.Nil{} out of Evaluator.
    lthibault committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    101c234 View commit details
    Browse the repository at this point in the history