Tags: vexx32/PSKoans
Tags
Refactor Introduction Koans (#370) * ♻️ 📝 update AboutAssertions * ♻️ 🎨 Refactor AboutBinary * 📝 Refactor AboutBooleans intro text * 📝 first pass of AboutArrays * ♻️ 🎨 Refactor AboutStrings * ♻️ 🎨 ✨ AboutNumbers - Some refactoring and rewriting of comments. - Added mention of suffixes and Long type.
🐛 Fix issue with Katas' verification script (#328) CheckRestrictedLanguage() is far too stringent. It prevents usage of basic array indexing and member access. Switch to detecting command names in the AST. This also lets users define sub-functions if they want. Only functions defined in the test function itself will be allowed.
PreviousNext