-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f26690
commit 865619d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule govarnam
updated
11 files
+37 −1 | c-shared.go | |
+9 −4 | c-shared.h | |
+6 −0 | govarnam/constants.go | |
+4 −0 | govarnam/govarnam.go | |
+10 −4 | govarnam/govarnam_ml_test.go | |
+6 −3 | govarnam/govarnam_test.go | |
+19 −2 | govarnam/symbol.go | |
+4 −3 | govarnam/vst_maker.go | |
+24 −15 | govarnamgo/govarnamgo.go | |
+1 −1 | govarnamgo/govarnamgo_ml_test.go | |
+2 −0 | quick-installer.sh |
Submodule schemes
updated
9 files
+3 −14 | .github/workflows/build.yml | |
+21 −58 | compile-scheme.rb | |
+39 −13 | schemes/ml/ml-basic/pack.json | |
+14 −18 | schemes/ml/ml.scheme | |
+20 −3 | scripts/make-pack.py | |
+45 −0 | test/ml.rb | |
+26 −0 | test/run.rb | |
+112 −0 | varnam.rb | |
+17 −6 | varnamruby.rb |