--[[ Test Driver for Nested Closures DSL Lair Configuration DSL Case Study H. Conrad Cunningham, Professor Computer and Information Science University of Mississippi See the comments in the Nested Closures implementation (builder03) and the Semantic Model modules. Developed for CSci 658, Software Language Engineering, Fall 2013 1234567890123456789012345678901234567890123456789012345678901234567890 2013-10-15: Adapted from test14.lua --]] -- Load builder module local eb = require "builder03" --Test using file rules03.lua local config = eb.execute_dsl("rules03.lua") print("Generated Configuration is: " .. config:toString())