Changes in src/AST/Expr.hpp [0e6aba06:d1fbc56e]
- File:
-
- 1 edited
-
src/AST/Expr.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.hpp
r0e6aba06 rd1fbc56e 187 187 : ParseNode( loc ), result( res ), env(), inferred() {} 188 188 189 Expr * set_extension( bool ex ) { extension = ex; return this; }190 189 virtual bool get_lvalue() const; 191 190
Note:
See TracChangeset
for help on using the changeset viewer.