comparison src/luan/modules/parsers/Theme.java @ 1402:27efb1fcbcb5

move luan.lib to goodjava
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Sep 2019 01:35:01 -0400
parents 88b5b81cad4a
children
comparison
equal deleted inserted replaced
1401:ef1620aa99cb 1402:27efb1fcbcb5
1 package luan.modules.parsers; 1 package luan.modules.parsers;
2 2
3 import luan.LuanException; 3 import luan.LuanException;
4 import luan.lib.parser.Parser; 4 import goodjava.parser.Parser;
5 import luan.lib.parser.ParseException; 5 import goodjava.parser.ParseException;
6 6
7 7
8 public final class Theme { 8 public final class Theme {
9 9
10 public static String toLuan(String source) throws LuanException { 10 public static String toLuan(String source) throws LuanException {