.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :author: Mostafa Mohammed
   :requires:
   :satisfies:
   :topic:

Regular Language Exercises
==========================

Exercise 1
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegExbbaeven.html pe
   :long_name: Regular Expression construction: bba in even position


Exercise 2
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegExnoaa.html pe
   :long_name: Regular Expression construction: no aa


Exercise 3
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegExonebbb.html pe
   :long_name: Regular Expression construction: one bbb


Exercise 4
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegGramNFA1.html pe
   :long_name: Regular Grammar: right-linear grammar for NFA


Exercise 5
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegGrambbbaaaa.html pe
   :long_name: Regular Grammar: left-linear grammar for bbbsaaaas


Exercise 6
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/Regular/RegGramaby3.html pe
   :long_name: Regular Grammar: regular grammar for a divisible by 3


