ForthVM.Tokenizer (ForthVM v0.5.0) View Source

Parse a text source

Link to this section Summary

Functions

Parse a single line, possibly containing multiple words

Split line by space delimited words, respecting double quoted strings

Tokenizes a list of words, returning a list of tokens

Link to this section Functions

Parse a single line, possibly containing multiple words

Split line by space delimited words, respecting double quoted strings

Tokenizes a list of words, returning a list of tokens

Link to this function

tokenize_word(input, acc)

View Source
Link to this function

tokenize_word_to_float(source)

View Source
Link to this function

tokenize_word_to_integer(source)

View Source
Link to this function

tokenize_word_to_number(source)

View Source