package no.eliashaugsbakk.kompilator.tokenization; import java.util.Set; class Keywords { static final Set KEYWORDS = Set.of("print"); }