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