libopentoken6

Opentoken lexical analysis library for ada (runtime)
  http://www.stephe-leake.org/ada/opentoken.html
  0
  no reviews



Opentoken is a facility for performing token analysis within the ada language. it is designed to provide all the functionality of a traditional lexical analyzer generator, such as lex. but due to the magic of inheritance and runtime polymorphism it is implemented entirely in ada as withed-in code. no precompilation step is required, and no messy tool-generated source code is created.

this package contains the runtime shared library for programs that use opentoken.