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
This will avoid eval process everytime. This should compile in each import directive in each file.
map each scope with and id (class_function_sX) should be required to link them post load
Structure (4 days)
Write a file with these regions,
header
constrant strings
debug info
scopes
global vars
global functions
classes
Header
Will a signature with zs version and a signature
Constant strings
A region of strings for reference symbols, files, etc
Debug info
Will have a reference of symbol where function instruction it refers
Scopes
Will have a set of scopes and its symbols whenever it has or not.
Global functions (Scope 0)
Will define global functions with its intructions
Global vars (Scope 0)
Will define global vars
Classes
Will have classes with its constants/attribs/functions and instructions
Implementation (2 days)
Implement zs with parameters to write/read (and execute) compiled file
Post link operation (2 days)
Link scopes in classes, functions in instructions and link global vars after load all *.zsc
The text was updated successfully, but these errors were encountered:
This will avoid eval process everytime. This should compile in each import directive in each file.
map each scope with and id (class_function_sX) should be required to link them post load
Structure (4 days)
Write a file with these regions,
Header
Will a signature with zs version and a signature
Constant strings
A region of strings for reference symbols, files, etc
Debug info
Will have a reference of symbol where function instruction it refers
Scopes
Will have a set of scopes and its symbols whenever it has or not.
Global functions (Scope 0)
Will define global functions with its intructions
Global vars (Scope 0)
Will define global vars
Classes
Will have classes with its constants/attribs/functions and instructions
Implementation (2 days)
Implement zs with parameters to write/read (and execute) compiled file
Post link operation (2 days)
Link scopes in classes, functions in instructions and link global vars after load all *.zsc
The text was updated successfully, but these errors were encountered: