You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added support for curly brackets and indent/dedent for codeblock start and end in loop, conditional constructs.
added precompiled shared library file built in C to offload frequent executions to be handled by precompiled shared library where as the remaining by interpreter itself
added tests data's results and examples for benchmark testing for programming languages.
fixed some bugs related to loops not ending properly after executed.
added for loop, compound assignments and break statements.