Skip to content

Commit 7173b2f

Browse files
committed
Заготовки для введения в теорию формальных языков.
1 parent 027e235 commit 7173b2f

File tree

4 files changed

+337
-17
lines changed

4 files changed

+337
-17
lines changed

tex/FormalLanguageConstrainedReachabilityLectureNotes.bib

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,4 +1763,45 @@ @inproceedings{Terekhov2021MultipleSourceCP
17631763
booktitle={International Conference on Extending Database Technology},
17641764
year={2021},
17651765
url={https://api.semanticscholar.org/CorpusID:232284054}
1766+
}
1767+
1768+
@article{10.1145/321239.321249,
1769+
author = {Brzozowski, Janusz A.},
1770+
title = {Derivatives of Regular Expressions},
1771+
year = {1964},
1772+
issue_date = {Oct. 1964},
1773+
publisher = {Association for Computing Machinery},
1774+
address = {New York, NY, USA},
1775+
volume = {11},
1776+
number = {4},
1777+
issn = {0004-5411},
1778+
url = {https://doi.org/10.1145/321239.321249},
1779+
doi = {10.1145/321239.321249},
1780+
journal = {J. ACM},
1781+
month = {oct},
1782+
pages = {481–494},
1783+
numpages = {14}
1784+
}
1785+
1786+
@book{Leiss1999,
1787+
doi = {10.1007/978-1-4612-2156-2},
1788+
url = {https://doi.org/10.1007/978-1-4612-2156-2},
1789+
year = {1999},
1790+
publisher = {Springer New York},
1791+
author = {Ernst L. Leiss},
1792+
title = {Language Equations}
1793+
}
1794+
1795+
@article{MRYKHIN2023113829,
1796+
title = {The hardest language for grammars with context operators},
1797+
journal = {Theoretical Computer Science},
1798+
volume = {958},
1799+
pages = {113829},
1800+
year = {2023},
1801+
issn = {0304-3975},
1802+
doi = {https://doi.org/10.1016/j.tcs.2023.113829},
1803+
url = {https://www.sciencedirect.com/science/article/pii/S0304397523001421},
1804+
author = {Mikhail Mrykhin and Alexander Okhotin},
1805+
keywords = {Formal language theory, Formal grammars, Hardest formal languages, Grammars with context operators, Inverse homomorphisms, Finite transducers},
1806+
abstract = {In 1973, Greibach (“The hardest context-free language”, SIAM J. Comp., 1973) constructed a context-free language L0 with the property that every context-free language can be reduced to L0 by a homomorphism, thus representing it as an inverse homomorphic image h−1(L0). In this paper, a similar characterization is established for a family of grammars equipped with operators for referring to the left context of any substring, recently defined by Barash and Okhotin (“An extension of context-free grammars with one-sided context specifications”, Inform. Comput., 2014). An essential step of the argument is a new normal form for grammars with context operators, in which every nonterminal symbol defines only strings of odd length in left contexts of even length: the even-odd normal form. The characterization is completed by showing that the language family defined by grammars with context operators is closed under inverse homomorphisms; actually, it is closed under injective nondeterministic finite transductions.}
17661807
}

0 commit comments

Comments
 (0)