Skip to content

Commit

Permalink
Adds major refactoring of parser and eval step
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jul 13, 2015
1 parent 583eac1 commit 9f5ef6d
Show file tree
Hide file tree
Showing 50 changed files with 2,333 additions and 2,173 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ SOURCES = \
bind.cpp \
constants.cpp \
context.cpp \
contextualize.cpp \
contextualize_eval.cpp \
cssize.cpp \
listize.cpp \
error_handling.cpp \
Expand Down
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ libsass_la_SOURCES = \
bind.cpp bind.hpp \
constants.cpp constants.hpp \
context.cpp context.hpp \
contextualize.cpp contextualize.hpp \
contextualize_eval.cpp contextualize_eval.hpp \
error_handling.cpp error_handling.hpp \
eval.cpp eval.hpp \
expand.cpp expand.hpp \
Expand Down
Loading

0 comments on commit 9f5ef6d

Please sign in to comment.