jkenda / aback

A stack-oriented language that uses Polish notation which can be reversed using the ; operator (previously |>)
0 stars 0 forks source link

todos #4

Open jkenda opened 7 months ago

jkenda commented 7 months ago

Print all comments containing TODO, TODO:, ISSUE ... tokens.

$ cat program.ab
(ISSUE: program not implemented)
(TODO: implement the program)

$ aback todos program.ab
'program.ab':1:1:
    (ISSUE: program not implemented)
'program.ab':2:1:
    (TODO: implement the program)