1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Interpreter
A program that takes in a program and runs it
Compiler
A program that takes in a program and translates it into an equivalent program in a simpler language
Processor
A machine that takes in a program and runs it
Virtual machine
A program takes in a program in machine language and runs it
Tokenizing
Turning a stream of characters/text into a stream of tokens
Parsing
Turning a stream of tokens into a parse tree
Parse tree
A data structure that represents a program