Changes in src/SynTree/Constant.h [a2dbad10:ea6332d]
- File:
-
- 1 edited
-
src/SynTree/Constant.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
ra2dbad10 rea6332d 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 char43 static Constant from_char( char c );44 42 /// generates an integer constant of the given int 45 43 static Constant from_int( int i );
Note:
See TracChangeset
for help on using the changeset viewer.