Bug 3393 - [tracker] Type System - frysk.type
Summary: [tracker] Type System - frysk.type
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 4272
Blocks: 2229
  Show dependency treegraph
 
Reported: 2006-10-18 20:34 UTC by Andrew Cagney
Modified: 2008-04-23 20:54 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-10-18 20:34:14 UTC
A type system for describing the types of variables, objects, and even
registers.  Used by the expression evaluator, also used by frysk.proc to
describe low level register types.

Created using a refactoring of frysk.rt, frysk.hpd and frysk.rt.

once set up, this bug can switch to the SUSPENDED state.
Comment 1 Andrew Cagney 2007-03-23 21:02:45 UTC
Was this changed to frysk.value?