fix readme
This commit is contained in:
parent
e43f252e44
commit
3c3e5b0ac2
@ -15,7 +15,7 @@ anything that isnt one of the defined options is a comment
|
|||||||
- `fmj tests/noconf filename.xml` will output to `filename.xml`
|
- `fmj tests/noconf filename.xml` will output to `filename.xml`
|
||||||
- `fmj tests/defaultauthor` will output to `rss.xml`
|
- `fmj tests/defaultauthor` will output to `rss.xml`
|
||||||
## building / platform support:
|
## building / platform support:
|
||||||
this repo is a port of the [previous c implementation](https://git.tilde.town/moss/fmj) to [tomo](https://github.com/bruce-hill/tomo), which is a relatively recent language and has some rough edges (the requirement to write \\- instead of - for stdout comes from a conflict with the language's built-in argument parsing) but ive found it to be nicer than c for this small program and i used it as a chance to both learn a new language and make a small improvement to the c implementation (this one handles utf-8! due to tomo's Text type also handling it).
|
this repo is a port of the [previous c implementation](https://git.tilde.town/moss/fmj) to [tomo](https://github.com/bruce-hill/tomo), which is a relatively recent language and has some rough edges (the requirement to write \\\\- instead of - for stdout comes from a conflict with the language's built-in argument parsing) but ive found it to be nicer than c for this small program and i used it as a chance to both learn a new language and make a small improvement to the c implementation (this one handles utf-8! due to tomo's Text type also handling it).
|
||||||
|
|
||||||
`fmj.tm` can be built with the tomo compiler like this, if you have it installed:
|
`fmj.tm` can be built with the tomo compiler like this, if you have it installed:
|
||||||
`````
|
`````
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user