Skip to content

Commit

Permalink
Merge pull request #10 from condy0919/dev
Browse files Browse the repository at this point in the history
Optimization: consteval
  • Loading branch information
condy0919 authored Mar 9, 2020
2 parents ecac8d6 + 85cf283 commit 4194b93
Show file tree
Hide file tree
Showing 9 changed files with 1,640 additions and 80 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ edition = "2018"
[dependencies]
byteorder = "1.3.4"
phf = { version = "0.8", features = ["macros"] }
if_chain = "1.0.0"
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#[macro_use]
extern crate if_chain;

mod lexer;
mod parser;
Loading

0 comments on commit 4194b93

Please sign in to comment.