Open emdash opened 2 years ago
This project has stalled, I think this is largely due to scope creep.
New focus: "uDLang is a typesafe, pure-functional successor to Awk which operates on structured data".
What's on the block:
out
exit()
pass
What's staying:
Simplifying assumptions:
Some related work with defined scope:
Minimal command-line flags will control
This project has stalled, I think this is largely due to scope creep.
New focus: "uDLang is a typesafe, pure-functional successor to Awk which operates on structured data".
What's on the block:
out
will remain as a way to control execution.exit()
, except it outputs the result of evaluating its expression argument.pass
, which aborts the current cycle and outputs nothing.out
statement along a given code path from the top-level.What's staying:
Simplifying assumptions:
Some related work with defined scope:
Minimal command-line flags will control