--[[ Test Driver for Literal Collection DSL Lair Configuration DSL Case Study H. Conrad Cunningham, Professor Computer and Information Science University of Mississippi See the comments in the Literal Collection and the Semantic Model modules. Developed for CSci 658, Software Language Engineering, Fall 2013 1234567890123456789012345678901234567890123456789012345678901234567890 2013-10-15: Adapted from existing Lua code --]] -- Load buildr module local lc = require "builder22" --Test using file rules22.lua local config = lc.execute_dsl("rules22.lua") print("Generated Configuration is: " .. config:toString())