docs: improve go doc comments for vm package

This commit is contained in:
2023-10-19 11:54:12 +03:00
parent 98a73795c7
commit e010b2da9d
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
/*
Package vm implements a virtual machine based synthesizer that runs Sointu
bytecode, and methods to convert patches into bytecode.
*/
package vm