gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dcunits_com.f90 File Reference

Go to the source code of this file.

Modules

module  dcunits_com
 Internal module for dc_units.

Functions/Subroutines

subroutine, public dcunits_com::dcunitssetline (line)
subroutine, public dcunits_com::dcunitsgettoken (tokentype, ivalue, dvalue, cvalue)

Variables

integer, parameter, public dcunits_com::s_eof = -128
 End of file/string symbol
integer, parameter, public dcunits_com::s_shift = 300
 Shift operator symbol
integer, parameter, public dcunits_com::s_text = 301
 Text/name token symbol
integer, parameter, public dcunits_com::s_multiply = 302
 Multiply operator symbol
integer, parameter, public dcunits_com::s_divide = 303
 Divide operator symbol
integer, parameter, public dcunits_com::s_exponent = 304
 Exponent operator symbol
integer, parameter, public dcunits_com::s_openpar = 305
 Open parenthesis symbol
integer, parameter, public dcunits_com::s_closepar = 306
 Close parenthesis symbol
integer, parameter, public dcunits_com::s_real = 307
 Real number symbol
integer, parameter, public dcunits_com::s_integer = 308
 Integer number symbol