Skip to content

Commit

Permalink
fixup! libnixf: add AST serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Apr 8, 2024
1 parent 853743d commit 29dc199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libnixf/src/Bytecode/Write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ void writeExprAttrs(std::ostream &OS, const ExprAttrs &Attrs) {
switch (Name.kind()) {
case AttrName::ANK_ID:
assert(false && "dynamic attrname should not be ID!");
break;
case AttrName::ANK_String:
writeExprString(OS, Name.string());
break;
Expand Down

0 comments on commit 29dc199

Please sign in to comment.