cktrs
A rust(🚀) parser for the CKT(🚀) config language.
usage
use parse;
use fs;
cktrs::parse() returns a result containing a hashmap of all the tokens in the config. Each token is part of the cktrs::Tokens enum.
numerical table keys are indexed in the hashmap as a String