Use more STL like names: my_class instead of MyClass.
authorAkim Demaille <akim@epita.fr>
Mon, 20 Dec 2004 13:56:38 +0000 (13:56 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 20 Dec 2004 13:56:38 +0000 (13:56 +0000)
commit99880de508cd84d0ed8fa23c24a7337c21f23059
tree3a40422403a5f1f5fa909395fd1435b24da6b3c9
parent9bec482e399ce3cfa2d395a294f4758726c13e40
Use more STL like names: my_class instead of MyClass.
* data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
(SemanticStack, SemanticType, StateStack, StateType)
(TokenNumberType, Stack, Slice, Traits, Parser::location)
(Parser::value): Rename as...
(location_stack, location_type, rhs_number_type, semantic_stack)
(semantic_type, state_stack, state_type, token_number_type, stack)
(slice, traits, parser::yylloc, parser::yylval): these.
* tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
ChangeLog
data/lalr1.cc
tests/actions.at
tests/calc.at
tests/regression.at