Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 461 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 461 Bytes

Datalog Lexical Scanner (Python)

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 Python.

2020 by Clark Brown