[parrot/parrot] ed30fe: Style change: use map instead of for.
noreply at github.com
noreply at github.com
Mon Feb 28 09:12:08 UTC 2011
Branch: refs/heads/opsc_full_parse
Home: https://github.com/parrot/parrot
Commit: ed30fe0c32dc7d81c7267ba2394f6000f710841c
https://github.com/parrot/parrot/commit/ed30fe0c32dc7d81c7267ba2394f6000f710841c
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-02-28 (Mon, 28 Feb 2011)
Changed paths:
M compilers/opsc/src/Ops/Op.pm
Log Message:
-----------
Style change: use map instead of for.
Commit: ea96fda1f5738a579c007e41ab04c940e2c1f826
https://github.com/parrot/parrot/commit/ea96fda1f5738a579c007e41ab04c940e2c1f826
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-02-28 (Mon, 28 Feb 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Actions.pm
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
Extract blockoid content
Commit: c6f731c33fceb8ba1df14187002cf46796917fbf
https://github.com/parrot/parrot/commit/c6f731c33fceb8ba1df14187002cf46796917fbf
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-02-28 (Mon, 28 Feb 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
Use mixed_content for guts of #if and #ifdef.
It's not semantcially correct. We have to preserve state of Parser
_before_ C macro and continue from it. But at least it gives us proper
parsing of find_codepoint definition.
More information about the parrot-commits
mailing list