Skip to content

xenon/datalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datalog Parser

  • Uses peg crate to parse
  • Does not actually implement the language
  • Could be used as a basis for a Datalog implementation

Using the parser

  • datalog <DATALOG_SOURCE_FILE>
  • Give a filename argument containing a path to a datalog file.
  • If it parsed correctly, it will reprint the AST.
  • Otherwise it will report an error occured and where.

About

(mirror) Datalog parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages