A lexical scanner that reads a sequence of characters from a text file, identifies the Datalog language tokens found in the file, and outputs each token.
Examples of input/output and a table of valid tokens can be found here.
More information about Datalog can be found here.
Written in Go.
2022 by Clark Brown