English

Regular Expressions in a CS Formal Languages Course

Programming Languages 2023-08-15 v1 Formal Languages and Automata Theory

Abstract

Regular expressions in an Automata Theory and Formal Languages course are mostly treated as a theoretical topic. That is, to some degree their mathematical properties and their role to describe languages is discussed. This approach fails to capture the interest of most Computer Science students. It is a missed opportunity to engage Computer Science students that are far more motivated by practical applications of theory. To this end, regular expressions may be discussed as the description of an algorithm to generate words in a language that is easily programmed. This article describes a programming-based methodology to introduce students to regular expressions in an Automata Theory and Formal Languages course. The language of instruction is FSM in which there is a regular expression type. Thus, facilitating the study of regular expressions and of algorithms based on regular expressions.

Keywords

Cite

@article{arxiv.2308.06969,
  title  = {Regular Expressions in a CS Formal Languages Course},
  author = {Marco T. Morazán},
  journal= {arXiv preprint arXiv:2308.06969},
  year   = {2023}
}

Comments

In Proceedings TFPIE 2023, arXiv:2308.06110

R2 v1 2026-06-28T11:54:53.696Z