Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
guide:start [2023/04/21 17:42] – [The statement list data structure] rajitguide:start [2023/04/21 17:43] (current) – [Referencing a particular language body] rajit
Line 38: Line 38:
  
 A language body can be accessed from the languages pointer. For example, for the chp body: A language body can be accessed from the languages pointer. For example, for the chp body:
-<code>+<code c++>
 act_chp *chp; act_chp *chp;
 chp = lang->getchp(); chp = lang->getchp();