diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-17 12:42:09 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-17 15:10:17 +0000 |
commit | 5a707861fe52e4c969350664beb206daa0e7fd56 (patch) | |
tree | 07559705d1b0ad4b25581cb7390a8e226d6dbac5 /obs.ipkg | |
parent | 8281e2ea3e531196b8e26ea021ff417670b68bb8 (diff) |
Add parser for raw syntax.
Diffstat (limited to 'obs.ipkg')
-rw-r--r-- | obs.ipkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,5 +5,6 @@ sourcedir = "src" depends = contrib modules - = Obs.Sort + = Obs.Parser + , Obs.Sort , Obs.Syntax |