Work in progress

This commit is contained in:
2020-01-24 13:32:43 +01:00
commit a7e8368634
7 changed files with 229 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
struct Context
{
}
fn read(rule: &clingo::ast::Rule, context: &mut crate::Context)
{
}