home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1B / DATAFILE_PDCD1B.iso / _pocketbk / pocketbook / 004 / aka220_zip / CHANGE.LOG < prev    next >
Text File  |  1994-10-08  |  370b  |  14 lines

  1. Version 2.20 - October 8, 1994
  2. ------------------------------
  3.  
  4. This release fixes a bug in the lexer used by AKA, to do with
  5. recognition of number literals in scientific notation. Previous
  6. versions would treat as an identifier the 'e' embedded in, for
  7. example:
  8.  
  9.   -1.3e-10
  10.  
  11. The resulting .OPP file would then fail to translate, requiring
  12. manual amendment.
  13.  
  14.