README

FlyCloudC/scheme/tokenizer does not have a README file

#
ReadException

pub suberror ReadException {
UnterminatedString(StringView)
InvalidStringEscaping(StringView)
InvalidAfterSharp(StringView)
} derive(
Debug
)

#
Token

pub(all) enum Token {
Lp
Rp
SLp
Quote
Dot
ST
SF
Int(Int)
Double(Double)
Symbol(String)
String(String)
} derive(Eq,
Debug
)

#
read

fn read(code : StringView) -> Array[(Token, Int, Int)] raise ReadException

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io