Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: tweak bullet point
  • Loading branch information
mmcloughlin committed Jan 7, 2019
1 parent e18d405 commit f41ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@

* **Use Go control structures** for assembly generation; `avo` programs _are_ Go programs
* **Register allocation**: write functions with virtual registers and `avo` assigns physical registers for you
* **Automatically load arguments and store return values**: ensure memory offsets are always correct even for complex data structures
* **Automatically load arguments and store return values**: ensure memory offsets are correct for complex structures
* **Generation of stub files** to interface with your Go package

_Note: APIs subject to change while `avo` is still in an experimental phase. You can use it to build [real things](examples) but we suggest you pin a version with your package manager of choice._
Expand Down

0 comments on commit f41ad5f

Please sign in to comment.