|
Revision 6, 0.6 kB
(checked in by rubikitch, 2 years ago)
|
fixed typo
|
| Line | |
|---|
| 1 |
dxmp http://www.dsource.org/projects/dxmp/ |
|---|
| 2 |
Copyright (C) 2007 rubikitch <rubikitch@ruby-lang.org> http://www.rubyist.net/~rubikitch/ |
|---|
| 3 |
|
|---|
| 4 |
Overview |
|---|
| 5 |
======== |
|---|
| 6 |
Dxmp annotates source code with intermediate results. |
|---|
| 7 |
It is inspired by Ruby's xmpfilter.[1] |
|---|
| 8 |
|
|---|
| 9 |
Usage |
|---|
| 10 |
===== |
|---|
| 11 |
Just add "// =>" markers to the lines whose values you want to be shown. |
|---|
| 12 |
Dxmp adds cast(void) to annotate lines because D language does not allow no-effect expression statements. |
|---|
| 13 |
|
|---|
| 14 |
See dxmp.sxmp. It shows a sample session. |
|---|
| 15 |
|
|---|
| 16 |
License |
|---|
| 17 |
======= |
|---|
| 18 |
Dxmp is distributed under GPL. |
|---|
| 19 |
|
|---|
| 20 |
Footnotes: |
|---|
| 21 |
[1] http://eigenclass.org/hiki.rb?xmpfilter |
|---|