Changes in src/SynTree/Constant.h [ea6332d:a2dbad10]
- File:
-
- 1 edited
-
src/SynTree/Constant.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
rea6332d ra2dbad10 40 40 /// generates a boolean constant of the given bool 41 41 static Constant from_bool( bool b ); 42 /// generates a char constant of the given char 43 static Constant from_char( char c ); 42 44 /// generates an integer constant of the given int 43 45 static Constant from_int( int i );
Note:
See TracChangeset
for help on using the changeset viewer.