--[[ Test Driver for Dynamic Reception DSL (Test23) Lair Configuration DSL Case Study H. Conrad Cunningham, Professor Computer and Information Science University of Mississippi See the comments in the Semantic Model Module. Developed for CSCI 658, Software Language Engineering, Fall 2013 1234567890123456789012345678901234567890123456789012345678901234567890 2013-10-17: Adapted from existing codekes --]] -- Load builder module local dr = require "builder23" --Test using file rules22.lua local config = dr.execute_dsl("rules23.lua") print("Generated Configuration is: " .. config:toString())