Skip to content

A Datalog lexical scanner implemented in Python

License

Notifications You must be signed in to change notification settings

clarkedb/datalog-lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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