Skip to content

Instantly share code, notes, and snippets.

@hhefesto
Created August 13, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhefesto/dd544c52865dade99455 to your computer and use it in GitHub Desktop.
Save hhefesto/dd544c52865dade99455 to your computer and use it in GitHub Desktop.
file tree of my lein proyect. The 'target' branch is ommited.
├── doc
│   └── intro.md
├── LICENSE
├── pom.xml
├── project.clj
├── README.md
├── resources
│   └── DateExpr.g4
├── src
│   ├── com
│   │   └── bm
│   │   └── bmi
│   │   ├── #date.clj#
│   │   └── date.clj
│   └── java
│   └── com
│   └── bm
│   └── bmi
│   └── antlr
│   ├── DateExprBaseListener.java
│   ├── DateExprBaseVisitor.java
│   ├── DateExprLexer.java
│   ├── DateExprLexer.tokens
│   ├── DateExprListener.java
│   ├── DateExprParser.java
│   ├── DateExpr.tokens
│   └── DateExprVisitor.java
├── target
....(tons of clj_time anc clj_antlr .class stuff)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment