Skip to content
forked from vlang/go2v

Go => V source code translator

License

Notifications You must be signed in to change notification settings

JalonSolov/go2v

 
 

Repository files navigation

Go2V

Uses JSON Go AST generated by go/parser.

Early stage.

Requirements:

Run go install github.com/asty-org/asty@latest. Make sure that asty is in your PATH.

Testing

To run the existing tests, do v run .

To attempt a new test, specify the path to the directory as well as the name of the test:

v .
./go2v untested/block

When a test passes, move it from untested to tests.

About

Go => V source code translator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • V 76.8%
  • Go 23.0%
  • AMPL 0.2%