Go to file
joeduffy 832ef1f743 Lay some groundwork for symbol binding
This change lays some groundwork that registers symbols when doing semantic
analysis of the resulting AST.  For now, that just entails detecting duplicate
services by way of symbol registration.

Note that we've also split binding into two phases to account for the fact
that intra-stack dependencies are wholly legal.
2016-11-16 13:11:58 -08:00
cmd Support .yml Mufile extensions 2016-11-15 18:26:21 -08:00
docs Add a reminder to decide on "local" flavors 2016-11-07 11:26:07 -08:00
examples Fix a lambda typo in the demo code 2016-11-07 17:03:32 -08:00
pkg Lay some groundwork for symbol binding 2016-11-16 13:11:58 -08:00
.gitignore Gitignore *.swp files 2016-11-16 09:28:46 -08:00
.gitmodules Add Docker Compose and Kubernetes conversions as submodules 2016-11-01 10:30:39 -07:00
glide.lock Check Stack semantic version numbers for correctness 2016-11-16 10:00:52 -08:00
glide.yaml Check Stack semantic version numbers for correctness 2016-11-16 10:00:52 -08:00
main.go Sketch a mu build command and its scaffolding 2016-11-15 14:30:34 -05:00
Makefile Test packages when making the project 2016-11-15 19:25:06 -08:00
README.md Clean up out of date documentation 2016-11-04 11:27:09 -07:00

Mu

Mu is a framework and toolset for creating reusable stacks of services.