nhtp/README.md

9 lines
173 B
Markdown

# nhtp
A nim HTML Parser made for fun, with a simple Python port by Nimpy and Nimporter.
#### best parameters for nim compiler:
```
nim c -d:release --gc:arc file.nim
```