This website requires JavaScript.
Explore
Help
Register
Sign In
zaphar
/
ucg
Watch
1
Star
0
Fork
0
You've already forked ucg
mirror of
https://github.com/zaphar/ucg.git
synced
2025-07-21 18:10:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ucg
/
examples
/
module_example
/
test_mod_host.ucg
3 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
FEATURE: Imports as expressions. This is a breaking change for the language. However it makes a number of things easier. Like importing specific symbols from a file. adds: #28
2019-01-13 09:37:44 -06:00
let unified = import "modules/unified.ucg";
FEATURE: UCG Parameterized Modules closes #10 Squashed commit of the following: commit 3101c2bb9a385ed9e84481d36906a3e3ce93e571 Author: Jeremy Wall <jeremy@marzhillstudios.com> Date: Wed Nov 21 20:10:31 2018 -0600 FEATURE: Module evaluation * handle evaluating the module definition. * Handle performing a module instantiation via the copy syntax. commit 4ca863896b416e39f0c8eacc53384b9c514f6f14 Author: Jeremy Wall <jeremy@marzhillstudios.com> Date: Tue Nov 20 18:38:19 2018 -0600 FEATURE: Add module parsing expression parsing to ucg. changes toward issue #10
2018-11-23 12:50:47 -06:00
out yaml unified.host_conf;
Reference in New Issue
Copy Permalink