~rabbits/left

318db173ceeb43289071ac7e84962d233b359bd0 — neauoire 4 months ago 5f207f9
Colorize strings
1 files changed, 4 insertions(+), 0 deletions(-)

M src/left.tal
M src/left.tal => src/left.tal +4 -0
@@ 847,12 847,16 @@ JMP2r
	LDAk LIT "( EQU ,&comment JCN
	LDAk LIT "@ EQU ,&label JCN
	LDAk LIT "& EQU ,&label JCN
	LDAk LIT "~ EQU ,&include JCN
	LDAk LIT "" EQU ,&string JCN
	#01

JMP2r
	&comment #01 ,&c STR #03 JMP2r
	&comment-end #00 ,&c STR #03 JMP2r
	&label #02 JMP2r
	&include #06 JMP2r
	&string #0f JMP2r

@is-ul ( addr* -- addr* bool )