This is the Windows app named Ada syntax analyzer whose latest release can be downloaded as ada_syntax_analyzer_1_0.tgz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Ada syntax analyzer with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
Ada syntax analyzer
Ad
DESCRIPTION
The current version provides a full Ada 2022 syntax analyzer library. The analyzer parses the source and creates the syntax tree and cross reference of defining identifiers in the source. Both structures are allocated in an arena pool storage and can be released as a whole. The code source can be file, stream or a user-defined container implementing multi-line source interface. Unicode is fully supported as well as Unicode identifiers normalization checks.
Features
- The analyzer parses the source and creates the syntax tree and cross reference of defining identifiers in the source
- The cross reference contains the defining identifiers declared in the code and visibility scopes
- The visibility scopes can be used for name resolution, e.g. finding all matching names visible at the location. Note that this does not cover use-clauses which need to be handed if the complete list required. Use clauses are linked in the list for each declaration context of the tree in order to ease the process
- The tree and cross-reference structures are allocated in an arena pool storage and can be released as a whole
- The code source can be file, stream or a user-defined container implementing multi-line source interface. One can compile from a database or a git repository, if the interface is provided
- There can be any number of compilation units in the source. One parsing call takes one unit from the source
- Unicode is fully supported as well as Unicode identifiers normalization checks
- Associative operations like +,-,*,/,.,| are coalesced
- There is a text output of the tree in a normalized form
- Constant folding is supported. If enabled universal expressions and constant Boolean expressions are evaluated into constants
- There is a text output in a tree form
- Syntax trees can be compared for equality
- The tree and cross-reference can be serialized into a stream
- There is a test suite comprised of ACATS tests related to the syntax (mostly, illegal code to be rejected) and ARM examples
Audience
Developers
Programming Language
Ada
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/ada-syntax-analyzer/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.