This repository was archived by the owner on Jun 15, 2024. It is now read-only.
faelys/gela-asis
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Gela ASIS: Portable ASIS Implementation
---------------------------------------
Version 0.3.2 01 Dec 2013
http://gela.ada-ru.org
Gela ASIS is platform/compiler independent implementation of Ada
Semantic Interface Specification (ASIS). Gela ASIS implement
core ASIS Version 2.0 and most of ASIS Issues (SI99), so it's
capable to process Ada 2005 code.
Read installation and usage instruction in doc/gela_asis_ug.txt
Changes since Gela 0.3.0:
* Bug fixes
* Support building gela-asis as relocatable library
Changes since Gela 0.2.0:
* Migrate from aflex to myown Unicode aware scanner
* Support UTF-8 and meny others input source encodings
* Asis.Text implemented
* Bug fixes