Skip to content

Commit

Permalink
update changelog and readme for 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitreo12 committed Oct 28, 2020
1 parent b07a457 commit ca6814e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.2.3

1) Fix for `-d:lto` on MacOS
2) Added `-v` flag and copyright
3) Added Error printing on Warning[GcMem]

## 0.2.2

1) Support for Nim 1.4.0
2) Added `-d:lto` flag
3) Added `--panics:on` flag
4) `Delay` length defaults to 1

## 0.2.1

1) Introducing the `loop` construct:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Run `omni -h` to get help on all the available flags.

When running the `omni` compiler, the output is either a static or shared library (depending on the `--lib` flag). Along with it, an `omni.h` file (depending on the `--exportHeader` flag) containing all the callable functions in the shared/static library will be exported.

omni ~/.nimble/pkgs/omni-0.2.1/examples/OmniSaw.omni -o:./
omni ~/.nimble/pkgs/omni-0.2.3/examples/OmniSaw.omni -o:./

This command will compile an antialiased sawtooth oscillator (part of the examples) to a shared library (`libOmniSaw.so/dylib/dll`), together with a header file (`omni.h`), in the current folder.

Expand Down

0 comments on commit ca6814e

Please sign in to comment.