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
Should start out by generating basic html file that lists types and functions so that one does not have to scan all the code to find it. Then have it load basic description from comment above the declaration.
The text was updated successfully, but these errors were encountered:
Resolves#12 by making it only relevant to the internal array type
Added internal array type for global arrays and a few other things
Fixes a lot of issues involving arrays caused by the recent revamp
Starts to address issue #9 by adding some basic html doc gen
Basic framework is in place, now need to integrate it as a compiler option and finish outputting more types. Then can move on to adding user generated info about the code.
Should start out by generating basic html file that lists types and functions so that one does not have to scan all the code to find it. Then have it load basic description from comment above the declaration.
The text was updated successfully, but these errors were encountered: