Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
High Level Assembly
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Compile-Time Language === The HLA macro system is a subset of the larger HLA ''Compile-Time Language'' (CTL). The HLA CTL is an interpreted language available within an HLA program source file; hence the name ''compile-time language''. The HLA CTL includes control statements such as #IF, #WHILE, #FOR, #PRINT, and an [[Assignment (computer science)|assignment statement]]. One can also create compile-time variables and constants, including structured data types like records and unions. The HLA CTL also provides hundreds of built-in functions, including a rich set of string and pattern-matching functions. The HLA CTL allows programmers to create CTL ''programs'' that scan and parse strings, enabling the creation of ''embedded [[domain-specific language]]s'' (EDSLs, also termed ''[[mini-language]]s''). The <code>stdout.put</code> macro mentioned earlier is an example of such an EDSL. The put macro (in the stdout namespace, hence ''stdout''.put) parses its macro parameter list and emits the code that will print its operands.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)