Skip to content

Commit

Permalink
no longer need main()
Browse files Browse the repository at this point in the history
  • Loading branch information
vthriller committed Jan 12, 2018
1 parent 907bce2 commit b50170c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 56 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target/
Cargo.lock
**/*.rs.bk
32 changes: 0 additions & 32 deletions Cargo.lock

This file was deleted.

5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#[macro_use]
extern crate nom;

pub mod vec;
pub mod expr;
24 changes: 0 additions & 24 deletions src/main.rs

This file was deleted.

0 comments on commit b50170c

Please sign in to comment.