nhtp/README.md

9 lines
173 B
Markdown
Raw Permalink Normal View History

2020-11-02 18:59:51 +01:00
# nhtp
2020-12-15 16:27:07 +01:00
A nim HTML Parser made for fun, with a simple Python port by Nimpy and Nimporter.
2021-10-04 10:08:36 +02:00
#### best parameters for nim compiler:
```
nim c -d:release --gc:arc file.nim
```