Menu

Diff of /trunk/Src/CodeSnip.todo [r2247] .. [r2248]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/Src/CodeSnip.todo
+++ b/trunk/Src/CodeSnip.todo
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{TODO -oSelf -cRefactor : Merge the IO and UI manager code into WBController}
-
-
-
-
-{TODO -oSelf -cFeature : Add parsing for standard user routine. Must start with procedure or function. Need to
-parse. Grammar is:
-  <proc_proto> ::= "procedure" <ident> [<param_list>] ";" [<directives>]
-  <fn_proto> ::= "function" <ident> [<param_list>] ":" <ident> ";" [<directives>]
-  <param_list> ::= "(" <param_def> (*repeat ";" <param_def> *) ")"
-  <param_def> ::= <ident> [ ":" <ident> ]
-  <ident> ::= valid Pascal identifier
-  <directives> ::= <directive> (*repeat ";" <directive> *)
-  <directive> ::= "register" | "pascal" | "cdecl" | "stdcall" | "safecall" | "overload"
-
-Parsing for consts and types for our purpose is simple:
-
-  <type-def> ::= "type" <definitions>
-  <const-def> ::= "const" <definitions>}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.