Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 13 additions & 58 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,16 @@
### C ###
# Object files
*.o
*.ko
*.obj
*.elf

# IR and Depfiles
*.d

# Generated files
*.yy.c
*.tab.c
*.tab.h
parser.h
parser.c
lexer.h
lexer.c

# Coverity
cov-int/
zed.bz2

# Coredumps
core

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
zed
lextest

# Debug files
*.dSYM/

### Zed ###
*.zd.ir.c

### Clojure ###
pom.xml
pom.xml.asc
*jar
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port

### Linux ###
*~
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

48 changes: 0 additions & 48 deletions Makefile

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ and thought it would be fun to implement a **very** simple compiler.
That's what this is.

## Building it
Get Flex and Bison, and GCC or clang.
Then, just run `make`.
Get Clojure and Leiningen. Do `lein run` to run the compiler.

## License:
Zed: a very simple compiler
Expand Down
73 changes: 0 additions & 73 deletions Vagrantfile

This file was deleted.

Loading