Skip to content

asp-core2-parser/ASP-Core2.0c-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP-Core2.0c-parser

What is it?

This parsers are 1:1 to the ASP Core 2.0c standard ("the standard" from now).

Why?

We saw that other parsers from the most used Answer Set Programming solvers like clingo, DLV and DLV2 even though they recognize a super-set of the grammar they aren't 1:1 with the standard.

How?

We decided to make 2 different parsers:

  • An LALR(1) parser made with Flex for the lexical analysis and Bison for the parser generation.
  • An ALL(k) parser generated with ANTLR v4.

About

A ASP-Core2.0c parser made with Flex and Bison

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published