Some work for string concatenation. (#40)

This commit is contained in:
Nikolay Igotti
2016-11-07 15:58:11 +03:00
committed by GitHub
parent 451ac00087
commit f06aeef9ce
9 changed files with 68 additions and 23 deletions
+5 -9
View File
@@ -2,19 +2,15 @@
## Build
First, build Kotlin IR branch tree with:
pushd backend.native/kotlin-ir
ant -f ./update_dependencies.xml jb_update
ant -f ./build.xml
popd
Then, download dependencies:
Download dependencies:
gradle :dependencies:update
To build native translator just use:
To run native translator just use:
gradle :backend.native:run
And it will run simple example (currently prints out IR of test file).
For more tests, use:
gradle :backend.native:tests:run