Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

feat(): allow macros as macro args (rebased) #300

Draft
wants to merge 6 commits into
base: stage
Choose a base branch
from
Draft

Commits on Oct 1, 2023

  1. add test for basic macro macro arg

    d1ll0n authored and Maddiaa0 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8913731 View commit details
    Browse the repository at this point in the history
  2. support basic macro macro args

    d1ll0n authored and Maddiaa0 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e11b31c View commit details
    Browse the repository at this point in the history
  3. add test for bubbled macro macro args -- currently causes compiler to…

    … freeze due to mutex deadlock
    d1ll0n authored and Maddiaa0 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    455ab7e View commit details
    Browse the repository at this point in the history
  4. change order of checks for MacroArg::Ident - this seems to fix the mu…

    …tex deadlock in the constants lookup
    d1ll0n authored and Maddiaa0 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    16e19f2 View commit details
    Browse the repository at this point in the history
  5. Fix comment about constants

    d1ll0n authored and Maddiaa0 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7a0d767 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aff06fc View commit details
    Browse the repository at this point in the history