Skip to content
Snippets Groups Projects
Commit c08e0218 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

docs: added note about possible macro feature to Plans.txt

parent 1a4b3677
No related branches found
No related tags found
No related merge requests found
...@@ -83,3 +83,16 @@ list. Comments are welcome, as usual. ...@@ -83,3 +83,16 @@ list. Comments are welcome, as usual.
Implementation: need to have monitor flags for each state set; must also Implementation: need to have monitor flags for each state set; must also
change interface to snc (monitored becomes a bitmask with numSS bits). change interface to snc (monitored becomes a bitmask with numSS bits).
* Add some sort of built-in macro language. Something that nicely integrates
with the existing SNL syntax would be nice, e.g. ::
define macro (arg, ...) {
definition
}
include "headerfile";
Use of CPP could then be deprecated. What about token catenation and
stringification as in CPP?
Implementation would have to be an intermediate step between lexing and parsing.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment