v2.1
What's Changed
Full Changelog: 2.0.2...2.1
Major Updates
- fix #210 by @Jeremi360 in #216
user can comment line, like in gdscript, if it starts by a '#'
- fix #187 add signal game_loaded by @theludovyc in #228
After call of Rakugo.load_game(...), when it finish send a signal game_loaded.
Also, user can use it to know when Rakugo variables are availables, and by exemple restore their scene state at a good moment.
- fix #217 remove tabs before check empty lines by @theludovyc in #233
- fix #220 do not check indent by @theludovyc in #234
Now, user can indents his code like he wants, and forgets spaces at end of line.
Fixed Bugs
- fix #209 do not define var in middle of a line by @Jeremi360 in #212
- fix #208 can only have numbers that start from 1 and not from 0 by @Jeremi360 in #211
Other Changes
- fix #219 increase line index from 1 into print error by @theludovyc in #229
- fix #223 Executer, does not need to know about StoreManager by @theludovyc in #231
- fix #221 Parser, does not need to know about StoreManager by @theludovyc in #232