close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #728: ticket_5.CodeAttributes.tol

File ticket_5.CodeAttributes.tol, 1.0 KB (added by pgea@…, 16 years ago)
Line 
1
2//////////////////////////////////////////////////////////////////////////////
3
4Class CEjemplo {
5  Code AtributoTipoCode
6};
7
8CEjemplo ej = [[
9  Code AtributoTipoCode = ( Real(Real x) { x } )
10]];
11
12//////////////////////////////////////////////////////////////////////////////
13// ERROR Tcl-Tk al utilizar el inspector de gramáticas de TOLBase
14// (En este ejemplo concretamente al consultar la gramática Real)
15/*
16"ej::" isn't a function in grammar Real
17"ej::" isn't a function in grammar Real
18    while executing
19"::tol::info functions $grammar $fun"
20    (procedure "SelectGrammar" line 45)
21    invoked from within
22"SelectGrammar"
23    ("grammar" arm line 2)
24    invoked from within
25"switch -regexp $node_type  {
26    root {
27      switch $node_name {
28        root -
29        grammars {
30          ClearHiertables
31          #$w_tabset tab..."
32    (procedure "::TolInspector::SelectObject" line 40)
33    invoked from within
34"::TolInspector::SelectObject"
35*/
36
37//////////////////////////////////////////////////////////////////////////////