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

Refactor/macro processor #501

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

Refactor/macro processor #501

wants to merge 7 commits into from

Commits on Nov 15, 2024

  1. refactor(macro processor): moving 'unify' to the function executor an…

    …d renaming hadBegin to isBeginNode in the macro processor
    SuperFola committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8ede699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a4d8bc View commit details
    Browse the repository at this point in the history
  3. refactor(node, macro processor): replaces setWithFilenameAndPos by No…

    …de::updateValueAndType
    SuperFola committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f1fdeea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbf3ccb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e097c View commit details
    Browse the repository at this point in the history
  6. refactor(macro processor): renamed registerMacro to handleMacroNode, …

    …since it also has to handle conditional macros for consistency
    SuperFola committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    85b971b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. refactor(macro processor): removing the need for a double apply macro…

    … + recursive apply in MacroProcessor::processNode
    SuperFola committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ec12b52 View commit details
    Browse the repository at this point in the history