--[[ Test Driver for Class Method Function Sequence Lair Configuration DSL Case Study H. Conrad Cunningham, Professor Computer and Information Science University of Mississippi See the comments in the Class Method Function Sequence builder (builder11) and the Semantic Model modules. Developed for CSci 658, Software Language Engineering, Fall 2013 1234567890123456789012345678901234567890123456789012345678901234567890 2013-10-15: Adapted from existing Lua code --]] -- Load the builder definitions local builder = require "builder11" -- File rules11.lua local config = builder.execute_dsl("rules11.lua") print("Generated Configuration is: " .. config:toString())