Initial commit, plus liblex submodule.
This commit is contained in:
6
src/lex.cr
Normal file
6
src/lex.cr
Normal file
@@ -0,0 +1,6 @@
|
||||
require "./lex/*"
|
||||
|
||||
# TODO: Write documentation for `Lex`
|
||||
module Lex
|
||||
# TODO: Put your code here
|
||||
end
|
||||
3
src/lex/version.cr
Normal file
3
src/lex/version.cr
Normal file
@@ -0,0 +1,3 @@
|
||||
module Lex
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
Reference in New Issue
Block a user