Danslav Slavenskoj

Results 6 issues of Danslav Slavenskoj

# Raku Parser Bug Report: Unicode Character Parsing Issue ## Summary The Raku parser fails to parse certain Unicode characters when they appear as string literals in source code, producing...

For the language code und-Zsye (in und-Zsye langauge), punic returns just the writing script "emoji" for the language. und-Zsye is an "undetermined language" with an "emoji" script writing system ```...

% sudo port install pure pure-docs Password: ---> Computing dependencies for pure Error: Cannot install pure for the arch 'arm64' because Error: its dependency llvm-3.4 only supports the archs 'ppc...

## Critical Assessment: Do Not Use Pure **Bottom Line:** Pure programming language is **obsolete and unmaintained**, with fundamental LLVM compatibility failures that render it unsuitable for contemporary development. ## Disqualifying...

I've just update the code to work with a more recent MacOS version, and noticed that there is no license for Hiragany. Several projects appear to be using or were...

Updated code for macOS 13 and above, replacing the deprecated `scanCharacters(from:into:)` method: ```swift let charset = CharacterSet.alphanumerics.union(.punctuationCharacters).union(.symbols) if Scanner(string: string).scanCharacters(from: charset) == nil { NSLog("control code!") if romanBuffer.isEmpty, kanaBuffer.isEmpty {...