Comparing boa-lang:master...snoglobe:master · boa-lang/tinybasic
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 0
base repository: boa-lang/tinybasic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
head repository: snoglobe/tinybasic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Checking mergeability…
Don’t worry, you can still create the pull request.
- 14 commits
- 6 files changed
- 4 contributors
Commits on Nov 6, 2022
Commits on Nov 9, 2022
-
Set lineNumber's default value in declaration
Before the default value was set to 1 then changed to the actual one in the static {} block. I did keep the static block just so FernFlower is happy, but the actual default is set in the static declaration. Signed-off-by: Balázs Vadász <balazs@vadasz.xyz>
Commits on Nov 20, 2022