Skip to content

Commit

Permalink
Add link to more complex transpile example, FreeBSD's bin/ls.c
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed May 4, 2016
1 parent ac2bfea commit c10c695
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ function main(argc, argv)
}
```

A more complex example:
[ls.js](https://gist.github.com/deathcap/77bbe28924948e86529468f43b837ba6).
(original source from [FreeBSD /head/bin/ls/ls.c](https://svnweb.freebsd.org/base/head/bin/ls/ls.c?revision=285734&view=markup))
Not all complex C programs will transpile successfully
(patches welcome).

## License

MIT

0 comments on commit c10c695

Please sign in to comment.