Blame view

drafts_PASPProc.jl 344 Bytes
566bb84e   Francisco Coelho   Done: asp_program
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include("../asplang/ASPLang.jl")
include("PASPProc.jl")

using .ASPLang
using .PASPProc


root_path = "/home/fc/sci/projetos/zugzwang/code/asplang"
asp_file = "sbf.lp"
src = read("$(root_path)/$(asp_file)", String)

println(methods(tree_string))
# e = parse_asp(src, asp_grammar)
# println(isa(e, NonTerminal))
# t = tree_string(e)
# println(t)