fushra / meml

My attemt at creating a basic meml interpreter

Home Page:https://meml.fushra.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should builds be moved into separate functions?

todo opened this issue · comments

commented

meml/src/core.ts

Lines 51 to 56 in 63b6477

* TODO: Should builds be moved into separate functions?
* TODO: Move error reporting out of this class.
*/
export class MemlCore {
/**
* Keeps track of if an error has occurred. Can be reset between files using


This issue was generated by todo based on a TODO comment in 63b6477. It's been assigned to @trickypr because they committed the code.