examples/data_formats/JSON/JSON_parser.rb in rley-0.3.11 vs examples/data_formats/JSON/JSON_parser.rb in rley-0.3.12
- old
+ new
@@ -1,7 +1,6 @@
# Purpose: to demonstrate how to build and render a parse tree for JSON
# language
-require 'pp'
require 'rley' # Load the gem
require_relative 'json_lexer'
# Steps to render a parse tree (of a valid parsed input):
# 1. Define a grammar