CoreBASIC uses a tokenized form of a program and the process by which user input is converted to tokens is called parsing.

Any keywords from the nb_core_keywords list are converted to single-byte tokens. Integers and floating point values are converted from ASCII to binary form and stored in the token stream.