Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 453 Bytes

Datalog Lexical Scanner (Go)

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