nixir/src/irc
NotAShelf 584d84542e
irc: add serialization support for patterns and string interpolation
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I244ae722016b5b49915e23522a1fb72e6a6a6964
2026-04-24 23:13:19 +03:00
..
evaluator.cpp irc: PrimOp memory leak and IR_VERSION mismatch 2026-04-24 23:13:17 +03:00
evaluator.h various: format with clang-format 2026-02-24 19:40:05 +03:00
ir_gen.cpp irc: add ListNode support; fix recursive attrset scoping 2026-04-24 23:13:07 +03:00
ir_gen.h various: format with clang-format 2026-02-24 19:40:05 +03:00
lexer.cpp irc: split parser into lexer and parser components 2026-04-24 23:13:19 +03:00
lexer.h irc: split parser into lexer and parser components 2026-04-24 23:13:19 +03:00
main.cpp various: format with clang-format 2026-02-24 19:40:05 +03:00
parser.cpp irc: split parser into lexer and parser components 2026-04-24 23:13:19 +03:00
parser.h various: format with clang-format 2026-02-24 19:40:05 +03:00
resolver.cpp various: format with clang-format 2026-02-24 19:40:05 +03:00
resolver.h various: format with clang-format 2026-02-24 19:40:05 +03:00
serializer.cpp irc: add serialization support for patterns and string interpolation 2026-04-24 23:13:19 +03:00
serializer.h various: format with clang-format 2026-02-24 19:40:05 +03:00
types.cpp irc: extract inline constructors; deduplicate value-copy logic 2026-04-24 23:13:18 +03:00
types.h irc: extract inline constructors; deduplicate value-copy logic 2026-04-24 23:13:18 +03:00