Commit Graph

31 Commits

Author SHA1 Message Date
theFox6 997bd09cc4
Merge pull request #1 from darlex256/patch-1
Typos on readme.md
2020-05-09 12:57:39 +02:00
Dario 367b1fe67f
Fixed typos
I fixed some typos on the readme
2020-05-09 04:41:22 -04:00
theFox6 dfad1085e7
improve readability 2020-04-12 16:10:23 +02:00
theFox6 9632f393df
Merge branch 'master' of https://github.com/theFox6/LuaVenusCompiler 2020-04-12 15:08:40 +02:00
theFox6 51ba6bf538
removed // because it is the idiv operator 2020-04-12 15:07:44 +02:00
theFox6 674a9e1eaa
fixed assignments to table fields 2020-03-22 11:10:59 +01:00
theFox6 183c41df13
Update .luacheckrc
forgot to change the global name
2020-03-11 08:58:14 +01:00
theFox6 a2d6c44980
renamed repository 2020-03-11 08:55:08 +01:00
theFox6 39d2cfde49
added luacheck badge 2020-02-25 16:44:12 +01:00
theFox6 7b0dc64309
add luacheck action 2020-02-25 16:40:06 +01:00
theFox6 e29ade9887
lazy fixes 2020-02-20 16:58:43 +01:00
theFox6 ce7cf7a406
added a loader function 2020-02-20 15:45:57 +01:00
theFox6 80dba4c7c7
extract functions 2020-02-19 09:12:51 +01:00
theFox6 32afec0b36
fixed loadvenus 2020-02-18 15:13:59 +01:00
theFox6 ea9228f5e1
replaced added `do {}` blocks 2020-02-18 10:15:16 +01:00
theFox6 e8892b9a58
add documentation to vp_util 2020-02-14 11:16:55 +01:00
theFox6 c07ab92d9a
add function that generates lua files 2020-02-14 10:38:46 +01:00
theFox6 4f5c32ecfe
generate lua from a venus string 2020-02-14 10:26:28 +01:00
theFox6 28b67d2833
added utiliy module, turned test script into unit tests 2020-02-14 08:45:49 +01:00
theFox6 38c5dc9339
add assignment operators 2020-02-13 13:44:59 +01:00
theFox6 91530d60c5
added increment and decrement statements 2020-02-13 12:05:40 +01:00
theFox6 088f82e50e
Merge branch 'master' of https://github.com/theFox6/VenusParser 2020-02-12 17:15:32 +01:00
theFox6 b49c3ea09a
increase accuracy of lambda detection 2020-02-12 13:44:59 +01:00
theFox6 4f1d277fa0
added lambdas 2020-02-12 12:51:02 +01:00
theFox6 93820fd14c
added curly brace syntax, "fn" and a translation function 2020-02-12 10:53:41 +01:00
theFox6 eeda6b27d7
fix some issues with foreach 2020-02-11 18:46:55 +01:00
theFox6 dc2d4d6c1e
reading the readme
it helps
2020-02-11 18:16:22 +01:00
theFox6 801e393354
fix heading 2020-02-11 18:06:29 +01:00
theFox6 e2131ff87f
write some documentation 2020-02-11 18:03:59 +01:00
theFox6 75b7207ed9
added comments "//" and "##" 2020-02-11 17:08:37 +01:00
theFox6 00f79af101
initialize project 2020-02-11 10:41:41 +01:00