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

WIP discussion of function values to resources #716

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

Commits on Jan 20, 2024

  1. lang: interfaces Add CallableFunc interface

    Add a new interface for callable functions.
    purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    91296ed View commit details
    Browse the repository at this point in the history
  2. lang: funcs: structs: Add CallableFunc implementation for if func

    Add an initial implementation for the `if` function.
    purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    a707bde View commit details
    Browse the repository at this point in the history
  3. lang: funcs: structs: Add CallableFunc implementation for const func

    Add an initial implementation for the `const` function.
    purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    84a0010 View commit details
    Browse the repository at this point in the history
  4. lang: funcs: Add CallableFunc implementation for simple and simplepoly

    Add initial implementations for these wrapper functions.
    purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    20bc2cf View commit details
    Browse the repository at this point in the history
  5. lang: funcs: facts: Add CallableFunc implementation for fact

    Add an initial implementation for this wrapper function.
    purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    299ec4a View commit details
    Browse the repository at this point in the history
  6. lang: Explain "Timeless"

    gelisam authored and purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c7fd1f5 View commit details
    Browse the repository at this point in the history
  7. lang: TimeCheck (TODO)

    gelisam authored and purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4da5d53 View commit details
    Browse the repository at this point in the history
  8. lang: move Timeless to its own file

    gelisam authored and purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    59b750b View commit details
    Browse the repository at this point in the history
  9. lang: Expr.TimeCheck()

    gelisam authored and purpleidea committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e142104 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a707d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d401577 View commit details
    Browse the repository at this point in the history