Skip to content

clarkedb/datalog-lexer-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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