Directory trunk/examples/compiler/

Directory Created:
2006-10-23 16:54
Directory Deleted:
2007-07-14 15:16
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/trunk/examples/compiler

Lines of Code

trunk/examples/compiler/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 178 (100.0%) 25.4
norbertmocsnik 5 (71.4%) 160 (89.9%) 32.0
JeffMoore 2 (28.6%) 18 (10.1%) 9.0

Most Recent Commits

JeffMoore 2007-07-14 15:16 Rev.: 537

Moved many of the examples into an acceptance test directory, cleaning up the
examples directory to contain only end-user focused examples.
Examples should be full applications that perform some nominally useful
function.
Code fragments go in the acceptance directory.

0 lines of code changed in 1 file:

  • trunk/examples/compiler: codewriter.php (del)
norbertmocsnik 2006-12-16 03:21 Rev.: 314

Updated example to reflect the collecting parameter pattern design of the CodeWriter.

91 lines of code changed in 1 file:

  • trunk/examples/compiler: codewriter.php (+91 -66)
norbertmocsnik 2006-11-03 22:21 Rev.: 278

Updated example.

4 lines of code changed in 1 file:

  • trunk/examples/compiler: codewriter.php (+4 -4)
norbertmocsnik 2006-10-28 13:53 Rev.: 250

Added createFunction() and createClass() to WactCodeWriterFile. Added createFunction() to WactCodeWriterClass.

4 lines of code changed in 1 file:

  • trunk/examples/compiler: codewriter.php (+4 -10)
norbertmocsnik 2006-10-27 22:14 Rev.: 244

Merged classes down into a single file.
Renamed WactCodeWriterFile to WactCodeWriter.
Reworked scope handling.
registerClass() and registerFunction() now switches scope automatically.
Fixed the warnings that I missed last time because of my low error_reporting level.
Added documentation.

2 lines of code changed in 1 file:

  • trunk/examples/compiler: codewriter.php (+2 -4)
JeffMoore 2006-10-23 19:00 Rev.: 230

Removed file output of generated code.

18 lines of code changed in 1 file:

  • trunk/examples/compiler: codewriter.php (+18 -3)
norbertmocsnik 2006-10-23 16:54 Rev.: 228

The new CodeWriter with OOP capability. Warning: Proof of concept.
@todo: member variables, function/variable scopes, canonical names (where appropriate).
Needs to raise exceptions, more tests and documentation.

59 lines of code changed in 1 file:

  • trunk/examples/compiler: codewriter.php (new 59)
Generated by StatSVN 0.4.0