用alaly-truffle编译合约报错

使用的例子的ERC200513Token

Trace: error: Error: InternalCompilerError: Conversion from rational numbers to address types is not supported
at CompileError.ExtendableError (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/error/index.js:10:1)
at new CompileError (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/compile-solidity/compileerror.js:13:1)
at run (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/compile-solidity/run.js:56:1) {
message: ‘InternalCompilerError: Conversion from rational numbers to address types is not supported\n’ +
‘\n’ +
‘\u001b[31mCompilation failed. See above.\u001b[39m’,
stack: ‘Error: InternalCompilerError: Conversion from rational numbers to address types is not supported\n’ +
’ at CompileError.ExtendableError (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/error/index.js:10:1)\n’ +
’ at new CompileError (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/compile-solidity/compileerror.js:13:1)\n’ +
’ at run (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/compile-solidity/run.js:56:1)’,
name: ‘CompileError’
}
at Object.compile (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/workflow-compile/legacy/index.js:82:1)
Error: CompileError: InternalCompilerError: Conversion from rational numbers to address types is not supported

Compilation failed. See above.
at Object.compile (/Users/hyy/.nvm/versions/node/v12.13.0/lib/node_modules/alaya-truffle/build/webpack:/packages/workflow-compile/legacy/index.js:84:1)
Truffle v0.1.0 (core: 0.13.2)
Node v12.13.0

问下,例子里的ERC200513Token合约的链接有吗?或者合约代码给下也行

问题现在解决了吗?