summaryrefslogtreecommitdiff
path: root/src/expand/asm.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-27MSVC - General compilation fixes, `hello.exe` building and runningJohn Hodge1-1/+1
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-3/+1
std::string for paths/identifiers
2018-07-04All - Dump full contents of asm! in AST/MIRJohn Hodge1-21/+48
2017-10-29Expand - Add parent spans to TTStream[O]John Hodge1-3/+3
2017-09-22Trans - Little fixes for MSVC 32-bitJohn Hodge1-4/+38
2016-12-28AST - Add asm! as an AST nodeJohn Hodge1-1/+113
2016-11-02Parse - Refactor TTStream and TokenTree into their own filesJohn Hodge1-0/+1
2016-09-27Expand - Remove two-pass expandJohn Hodge1-99/+0
2016-09-27Expand - Hack in asm! (does nothing)John Hodge1-0/+121