in reply to Re: Parsing SExpressions (lisp)
in thread Parsing SExpressions (lisp)
$hash_glob {$name} = { NAME => $name, TYPE => $type, VALUE => $value } ;
I also want to count number of "nodes" or the amount of characters the script has, as well as where it starts and ends. I don't really know if there's anything else that I need to include...$hash_scripts {$name} = { NAME => $name, TYPE => $type, #continuous, static, dormant, stub, startup are only valid 'types' RETTYPE => $rettype #all of the possible value types, located in array: @return_value_type +s };
|
|---|