Skip to content

Commit

Permalink
Update aflex-ayacc to the most up-to-date version
Browse files Browse the repository at this point in the history
Pointing to the blog post because it explains how to use them together, but the repositories are here:

https://github.com/Ada-France/ayacc
https://github.com/Ada-France/aflex
  • Loading branch information
mgrojo committed Jun 18, 2023
1 parent ea9748e commit d60686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -508,7 +508,7 @@ language. It is loosely modelled after JUnit and some ideas from AUnit.

### Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters
- [libadalang](https://github.com/AdaCore/libadalang/) - Libadalang is a library for parsing and semantic analysis of Ada code. It is meant as a building block for integration into other tools (IDE, static analyzers, etc).
- [aflex-ayacc](http://thiberlog.free.fr/) - Ada95 scanner and parser generators.
- [aflex-ayacc](https://blog.vacs.fr/vacs/blogs/post.html?post=2021/12/18/Aflex-1.5-and-Ayacc-1.3.0) - Ada scanner and parser generators.
- [wisitoken](https://stephe-leake.org/ada/wisitoken.html) - WisiToken is an LALR, LR1, and Packrat parser generator and run-time.
- [gela](https://github.com/reznikmm/gela) - Ada code analyzer.
- [anagram](https://github.com/reznikmm/anagram) - Grammar handling and parser generation Ada library.
Expand Down

0 comments on commit d60686f

Please sign in to comment.