View all by Joyless
Joyless
Follow Joyless
Follow
Following Joyless
Following
Add To Collection
Collection
Comments
Devlog
gotochan
←
Return to gotochan
Devlog
changelog - v1.1.0
April 16, 2023
by
Joyless
changes: all functionality is now synced with gotosan cleared commands on parse changed terminology from "compile" to "parse" changed api to return & require the commands list rather than storing it i...
Continue reading
changelog - v1.0.14
April 03, 2023
by
Joyless
changes: fixed wait breaking program added error message for conditional variables that are not boolean skipped v1.0.13 because its unlucky 変更: 待機コマンドがプログラムを壊すの...
Continue reading
changelog - v1.0.12
April 03, 2023
by
Joyless
changes: added length built-in method fixed setting variables to null fixed strings starting with spaces 変更: 文字列の長さを取得する組み込みメソッドを追加 変数の設定を...
Continue reading
changelog - v1.0.11
April 01, 2023
by
Joyless
changes: performance update - runs over 2x faster 変更: パフォーマンスの更新 - 実行が 2 倍以上高速化...
Continue reading
changelog - v1.0.10
March 27, 2023
by
Joyless
changes: overhauled data types added built-in methods: gettype, truncate, round fixed comments not always being ignored 変更: オーバーホールされたデータ型 組み込みメソッドの...
Continue reading
changelog - v1.0.9
March 26, 2023
by
Joyless
changes: fixed bug when adding strings containing commas 変更: カンマを含む文字列を追加する際のバグを修正...
Continue reading
changelog - v1.0.8
March 26, 2023
by
Joyless
changes: fixed built-in methods not being waited for 変更: 組み込みメソッドの完了を待たないコードを修正...
Continue reading
changelog - v1.0.7
March 26, 2023
by
Joyless
changes: made Run() asynchronous added error built-in method to documentation fixed error built-in method 変更: Run() を非同期にする ドキュメントにエラー組み込みメソッド...
Continue reading
changelog - v1.0.6
March 26, 2023
by
Joyless
changes: added error built-in method moved error function into built-in methods file fixed goto line number 変更: エラー組み込みメソッドを追加 エラー関数を組み込みメソッ...
Continue reading
changelog - v1.0.5
March 25, 2023
by
Joyless
changes: added >= and <= operators separated program into three files for easy implementation and editing fixed some formatting in the documentation 変更: >= および <= 演算子を追加 実装...
Continue reading
changelog - v1.0.4
March 24, 2023
by
Joyless
changes: added *= and /= operators fixed comment on -= operator 変更: *= および /= 演算子を追加 -= 演算子のコメントを修正...
Continue reading
open source
March 24, 2023
by
Joyless
gotochan is now open source! it is under the lgpl license meaning you can implement it in your creations! https://github.com/Joy-less/gotochan ごとちゃんがオープンソースになりました...
Continue reading
changelog - v1.0.3
March 22, 2023
by
Joyless
changes: added random number generation now errors if 'if' statement is misspelt tab characters from notepad are now ignored casing on error messages has been converted to flatcase 変更: 乱数生...
Continue reading
changelog - v1.0.2
March 22, 2023
by
Joyless
changes: fixed wrong line bug with backto adjusted backto & label examples in the documentation 変更: backto で間違った行のバグを修正 ドキュメントの backto & label の例を調...
Continue reading
changelog - v1.0.1
March 22, 2023
by
Joyless
changes: spaces before and after a line of code are now ignored by the compiler added '\h' to denote a hashtag in a string improved variable examples in the documentation improved the end of program t...
Continue reading