mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
9 lines
297 B
Markdown
9 lines
297 B
Markdown
|
|
##### Benchmark suite for pretty printing
|
||
|
|
|
||
|
|
Files:
|
||
|
|
|
||
|
|
- `bench_main.ml` -- runner of benhcmark
|
||
|
|
- `p.ml` -- an implementation of pretty-printer
|
||
|
|
- `pp_default.m4` -- macro that converts `p.ml` into strightforward pretty printer
|
||
|
|
- `pp_gt.m4` -- a macro that converts `p.ml` into GT-based pretty printer
|