Check if a token is a name

This commit is contained in:
2023-03-20 18:48:55 -06:00
parent 91eb24e6f0
commit c17eed4c06
7 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package bad_nlp;
import kiss.Prelude;
import kiss.List;
import yaml.Yaml;
import yaml.Parser;
import yaml.util.ObjectMap;
import sys.FileSystem;
import bad_nlp.Names;
@:build(kiss.Kiss.build())
class Names {}