Mercurial Hosting > nabble
view src/nabble/naml/dom/Parser.java @ 67:9d0fefce6985 default tip
remove rest_group_control
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 06 Nov 2024 21:21:53 -0700 |
parents | 7ecd1a4ef557 |
children |
line wrap: on
line source
package nabble.naml.dom; public interface Parser { public Naml parse(String source) throws ParseException; }