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

Enable use of macros as macro args #265

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    dca4f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e4768 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1fafc View commit details
    Browse the repository at this point in the history
  4. support basic macro macro args

    d1ll0n committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e9eae53 View commit details
    Browse the repository at this point in the history
  5. add test for bubbled macro macro args -- currently causes compiler to…

    … freeze due to mutex deadlock
    d1ll0n committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e25e78c View commit details
    Browse the repository at this point in the history
  6. change order of checks for MacroArg::Ident - this seems to fix the mu…

    …tex deadlock in the constants lookup
    d1ll0n committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    de38346 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fix comment about constants

    d1ll0n committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ee5e764 View commit details
    Browse the repository at this point in the history