pulumi/pkg/compiler
joeduffy 29eb6c84cf Don't capnext if the first rune is unprintable
If the first rune is unprintable, then we don't want to go ahead and force
capitalization on the next character.  (Unlike any other non-first rune,
where of course we do.)  In the case of a first rune, we want to let the
current default based on the pascal parameter take charge.
2016-11-19 13:40:42 -08:00
..
backends Don't capnext if the first rune is unprintable 2016-11-19 13:40:42 -08:00
core Supply diag.Sink at backend construction time 2016-11-19 11:28:40 -08:00
predef Fix a type assertion (should be string, not ast.Name) 2016-11-19 11:22:58 -08:00
testdata Bind predefined stack types 2016-11-17 06:10:23 -08:00
binder.go Rename parameters to properties 2016-11-19 10:34:51 -08:00
binder_test.go Add some targeting tests 2016-11-17 13:08:20 -08:00
common_test.go Rename BuildJSON/BuildYAML to just BuildFile 2016-11-17 15:13:36 -08:00
compiler.go Supply diag.Sink at backend construction time 2016-11-19 11:28:40 -08:00
compiler_test.go Add Stack subclassing 2016-11-18 17:30:32 -08:00
opts.go Add a Backend interface, and dispatch to it 2016-11-18 12:40:15 -08:00
parser.go Create a new mu/pkg/compiler/core package 2016-11-17 08:52:54 -08:00
parsetree.go Add references to marapongo/mu#4, harden JSON/YAML unmarshaling 2016-11-19 12:31:00 -08:00
parsetree_test.go Add some targeting tests 2016-11-17 13:08:20 -08:00
symbols.go Add rudimentary type binding 2016-11-16 18:55:20 -08:00