Skip to content

lebotlan/adafileio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adafileio

Ada helper library to read data from text files.

Example

 -- This example reads integers from standard input (""), e.g. one integer on each line. Read : IO.T_Reader := IO.Fopen("") ; X : Integer ; begin while not Read.EOF loop X := Read.Int ; end loop ;

See all the examples: files ex1.adb, ex2.adb, ...

About

Ada helper library to read text files, line by line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published