Changeset d5cfc7e


Ignore:
Timestamp:
Aug 31, 2021, 1:49:09 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
e7e5b81
Parents:
b532fcf
git-author:
Jacob Prud'homme <jafprudhomme@…> (07/13/21 12:38:33)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Began using intermediate format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    rb532fcf rd5cfc7e  
    5555                        // Should we just overwrite duplicate config entries? Having a hash map would make this much easier
    5656                        in | value;
     57
     58                        add_kv_pair( kv_pairs, key, value );
     59
    5760                  if ( fail( in ) ) break;
    5861                        in | nl; // ignore remainder of line
Note: See TracChangeset for help on using the changeset viewer.