diff src/luan/modules/parsers/Parser.java @ 1110:38a42f437fd2

queryparser now uses parsers.Parser
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 02 Aug 2017 13:45:06 -0600
parents 1a68fc55a80c
children
line wrap: on
line diff
--- a/src/luan/modules/parsers/Parser.java	Wed Aug 02 12:36:28 2017 -0600
+++ b/src/luan/modules/parsers/Parser.java	Wed Aug 02 13:45:06 2017 -0600
@@ -8,7 +8,7 @@
 	private int frame = 0;
 	private int iHigh;
 
-	Parser(String text) {
+	public Parser(String text) {
 		this.text = text;
 		this.len = text.length();
 	}