From 6674b44eb75218e1f00a1cc63a82aab82c641806 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 13 Apr 2022 14:33:48 -0400 Subject: Fix comments and add to token printer. --- tnslc/parse/parse.tnsl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tnslc/parse/parse.tnsl') diff --git a/tnslc/parse/parse.tnsl b/tnslc/parse/parse.tnsl index 4983e13..52fd0c7 100644 --- a/tnslc/parse/parse.tnsl +++ b/tnslc/parse/parse.tnsl @@ -25,6 +25,10 @@ ;tnsl.io.print(dat`{i}.token_type) ;tnsl.io.print(" ") ;tnsl.io.print(dat`{i}.data`) + ;tnsl.io.print(" ") + ;tnsl.io.print(dat`{i}.line) + ;tnsl.io.print(" ") + ;tnsl.io.print(dat`{i}.col) ;tnsl.io.print(" } ") ;/ ;tnsl.io.print("\n") -- cgit v1.2.3