rename project to gflap, update readme
Some checks are pending
test / test (push) Waiting to run

This commit is contained in:
2025-03-03 15:49:07 -08:00
parent 1deb18ef22
commit a3aac946a6
5 changed files with 42 additions and 40 deletions

View File

@@ -140,7 +140,7 @@ pub fn ends_with_b() -> NFA {
}
pub fn main() {
io.println("Hello from glemt!")
io.println("Hello from gflap!")
let automaton = even_a()
let _ = io.debug(is_dfa(automaton))