A basic project to check if Soy Swift compiler can compile features.soy without errors.
- Clone closure-templates repository and build Soy compiler with
mvn clean package -Dmaven.test.skip=true
command. - Run
compileSoyFeatures.sh
to compile features.soy - Execute
swift build
- Fix errors in compiler or SoyKit runtime
- Repeat