Exemplo n.º 1
0
 public NHamlParser(string input)
 {
     codeMapper = new CodeMappingBuilder(input);
     openedBraces = new Stack<int>();
 }
Exemplo n.º 2
0
 public NHamlParser(string input)
 {
     codeMapper   = new CodeMappingBuilder(input);
     openedBraces = new Stack <int>();
 }