Open bauripalash opened 1 year ago
Some improvements were made in ErrorHelper function to provide better error handling to stdlib functions but the the problem with comments issue has not been solved (https://github.com/bauripalash/pankti/commit/c5dc08748baf14e9fd16c968e800735e91de6dee)
This issue will be not worked on until I have finished working on implementing about 90% of stdlib functions mentioned in stdlib_todos.md. #6 will have more priority now than this one.
Update 25-12-2022: error reporting system is way worse than before.
While I was working on the new import module system, I observed that if we write comments, the
MakeErrorLine
function either throws anindex out of reach
panic or highlights wrong tokens as errors.It must be fixed before the
0.2.0
release. Currently, we are onalpha.1
on the main branch and the new include mechanism would bealpha.2
Related to #8