[PtBr]
À uma semana atrás fiquei pensando como seria bom utilizar o KiXtart com algumas características de sintaxe.
Então agora nesta folga eu desenvolvi esse pequeno software.

[Eng(Translate)]
A week ago I wondered how good it would be to use KiXtart with some syntax features.
So now on this break I developed this little software.

ex:
 Code:
$i++
$x = 25
$i += $x
$h = "hello"
$h+= " word!"

Or
 Code:
$data = {
 "names",
  {"André", "Luiz"}
 "ages",
  {22, 23}
}
$data[1][1] ; Luiz
$data[3][1] ; 23

join($data[1], " - ") ; names
join($data[3], " - ") ; ages


[Pt-Br]
Bem, é isso tinha muito mais coisas que eu queria ter implementado, mas além de não ter tempo e não ter funcionado como eu queria eu acabei parando, mas o código está comentado. Se quiserem contribuir com o código pode também!

Se quiserem podem substituir o Kix32.exe por TranpilerKixRun.exe que vai ter o mesmo comportamento!


[Eng(Translate)]
Well, that's a lot more things I wanted to have implemented, but besides not having time and not working as I wanted I ended up stopping, but the code is commented. If you want to contribute code you can too!

If you want you can replace Kix32.exe with TranpilerKixRun.exe which will have the same behavior!



Attachments
TranpilerKiX.zip (505 downloads)
Description:




Edited by AndreLuiz (2019-11-05 06:30 PM)