Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ pwd
- /tmp/example
- $ cat a.nim
- import b
- $ cat b.nim
- const dummy* = 5
- $ nimrod --printGeneratedFilesOnly cpp a
- example_a.cpp
- example_b.cpp
- Nimrod_system.cpp
- $ ls nimcache
- ls: cannot access nicache: No such file or directory
Add Comment
Please, Sign In to add comment