File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 33Simple but effective tool to translate Java source code into Python.
44
55
6- There are
7- [ lots of docs] ( https://github.com/natural/java2python/tree/master/doc/ ) ,
8- [ plenty of tests] ( https://github.com/natural/java2python/tree/master/test/ ) ,
9- and [ many options] ( https://github.com/natural/java2python/tree/master/doc/customizations.md ) for
6+ There are [ lots of docs] [ ] , [ plenty of tests] [ ] , and [ many options] [ ] for
107controlling code generation.
118
129I'm in the process of finalizing the documentation and packaging a release.
1310That will be release 0.5 when it's done. If you're looking for old releases,
14- check the [ downloads] ( https://github.com/natural/java2python/downloads ) link above.
11+ check the [ downloads] [ ] link above.
1512
1613Here's a very simple example. First we show the file:
1714
@@ -61,3 +58,8 @@ if __name__ == '__main__':
6158 HelloWorld.main(sys.argv)
6259```
6360
61+
62+ [ lots of docs ] : https://github.com/natural/java2python/tree/master/doc/
63+ [ plenty of tests ] : https://github.com/natural/java2python/tree/master/test/
64+ [ many options ] : https://github.com/natural/java2python/tree/master/doc/customization.md
65+ [ downloads ] : https://github.com/natural/java2python/downloads
You can’t perform that action at this time.
0 commit comments