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

implement let #1426

Merged
merged 15 commits into from
Nov 1, 2017
Merged

implement let #1426

merged 15 commits into from
Nov 1, 2017

Commits on Sep 18, 2017

  1. implement let

    gilch committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    34038ff View commit details
    Browse the repository at this point in the history
  2. support (nonlocal) in let

    gilch committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    ba898aa View commit details
    Browse the repository at this point in the history
  3. support (global) in let

    gilch committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    20b4342 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    bcc93fb View commit details
    Browse the repository at this point in the history
  2. factor out smacrolet from let

    gilch committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    081a6e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. fix premature binding in let

    gilch committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    5bbf4d9 View commit details
    Browse the repository at this point in the history
  2. add hidden &name parameter to macros

    The module name allows macros to preexpand their body in the proper
    context.
    gilch committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    a54f6aa View commit details
    Browse the repository at this point in the history
  3. document let

    gilch committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    d2e8537 View commit details
    Browse the repository at this point in the history
  4. add let to NEWS

    gilch committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    1fd0dc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

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

Commits on Oct 29, 2017

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

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    e90f082 View commit details
    Browse the repository at this point in the history
  2. error check defclass name

    gilch committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    82b4518 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4dd344 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

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