Changeset bd06384 for src/CodeGen


Ignore:
Timestamp:
Mar 22, 2018, 4:49:53 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
dbc2c2c
Parents:
7e4b44db
Message:

Add static roots to GC; fix some static GC_Objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    r7e4b44db rbd06384  
    11061106unsigned Indenter::tabsize = 2;
    11071107
    1108 std::ostream & operator<<( std::ostream & out, const BaseSyntaxNode * node ) {
    1109         if ( node ) {
    1110                 node->print( out );
    1111         } else {
    1112                 out << "nullptr";
    1113         }
    1114         return out;
    1115 }
    1116 
    11171108// Local Variables: //
    11181109// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.