Skip to content

Initial macro approach #82

Description

@ForNeVeR

We need a simple macro evaluation engine.

E.g. having a program like

(defmacro defmain (body)
  (list .method "Main" int (list)
    body)
)
(.assembly "dfdf"
  (defmain (.call Console.WriteLine "ozozoz"))
)

Naggum should be able to construct the assembly with a main method calling Console.WriteLine.

(The syntax is still preliminal.)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions