Initial commit, plus liblex submodule.

This commit is contained in:
2018-07-22 16:14:38 -07:00
commit 71a441f11d
13 changed files with 119 additions and 0 deletions

6
src/lex.cr Normal file
View 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
View File

@@ -0,0 +1,3 @@
module Lex
VERSION = "0.1.0"
end