kaaveland / eugene

Careful With that Lock, Eugene
MIT License
31 stars 0 forks source link

Count blank lines and comments for calculating line numbers #105

Closed kaaveland closed 1 week ago

kaaveland commented 1 week ago

Moves calculating line numbers to when we're splitting scripts into statements, prior to trimming anything. Use nom to count leading whitespace or comments with actual parsing.