Class: DeepAlgo::IL::Backend::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/backend_manager.rb

Direct Known Subclasses

Latex

Instance Method Summary collapse

Instance Method Details

#add_expr(_tree) ⇒ Object



21
22
23
# File 'lib/backend_manager.rb', line 21

def add_expr(_tree)
  raise 'not yep implemented'
end

#args(_tree) ⇒ Object



93
94
95
# File 'lib/backend_manager.rb', line 93

def args(_tree)
  raise 'not yep implemented'
end

#assignment(_tree) ⇒ Object



25
26
27
# File 'lib/backend_manager.rb', line 25

def assignment(_tree)
  raise 'not yet implemented'
end

#atom(_tree) ⇒ Object



73
74
75
# File 'lib/backend_manager.rb', line 73

def atom(_tree)
  raise 'not yep implemented'
end

#call(_tree) ⇒ Object



89
90
91
# File 'lib/backend_manager.rb', line 89

def call(_tree)
  raise 'not yep implemented'
end

#color(_tree) ⇒ Object



105
106
107
# File 'lib/backend_manager.rb', line 105

def color(_tree)
  raise 'not yep implemented'
end

#colorcode(_tree) ⇒ Object



109
110
111
# File 'lib/backend_manager.rb', line 109

def colorcode(_tree)
  raise 'not yep implemented'
end

#colored(_tree) ⇒ Object



101
102
103
# File 'lib/backend_manager.rb', line 101

def colored(_tree)
  raise 'not yep implemented'
end

#descriptor(_tree) ⇒ Object



77
78
79
# File 'lib/backend_manager.rb', line 77

def descriptor(_tree)
  raise 'not yep implemented'
end

#descriptor_item(_tree) ⇒ Object



85
86
87
# File 'lib/backend_manager.rb', line 85

def descriptor_item(_tree)
  raise 'not yep implemented'
end

#descriptor_items(_tree) ⇒ Object



81
82
83
# File 'lib/backend_manager.rb', line 81

def descriptor_items(_tree)
  raise 'not yep implemented'
end

#div_expr(_tree) ⇒ Object



49
50
51
# File 'lib/backend_manager.rb', line 49

def div_expr(_tree)
  raise 'not yep implemented'
end

#document(_tree) ⇒ Object



13
14
15
# File 'lib/backend_manager.rb', line 13

def document(_tree)
  raise 'not yep implemented'
end

#dotted_expr(_tree) ⇒ Object



53
54
55
# File 'lib/backend_manager.rb', line 53

def dotted_expr(_tree)
  raise 'not yep implemented'
end

#dotted_terminal(_tree) ⇒ Object



69
70
71
# File 'lib/backend_manager.rb', line 69

def dotted_terminal(_tree)
  raise 'not yep implemented'
end

#expr(_tree) ⇒ Object



17
18
19
# File 'lib/backend_manager.rb', line 17

def expr(_tree)
  raise 'not yep implemented'
end

#factor(_tree) ⇒ Object



57
58
59
# File 'lib/backend_manager.rb', line 57

def factor(_tree)
  raise 'not yep implemented'
end

#generate(_tree) ⇒ Object



9
10
11
# File 'lib/backend_manager.rb', line 9

def generate(_tree)
  raise 'not yep implemented'
end

#identifier(_tree) ⇒ Object



113
114
115
# File 'lib/backend_manager.rb', line 113

def identifier(_tree)
  raise 'not yep implemented'
end

#minus_expr(_tree) ⇒ Object



41
42
43
# File 'lib/backend_manager.rb', line 41

def minus_expr(_tree)
  raise 'not yep implemented'
end

#number(_tree) ⇒ Object



117
118
119
# File 'lib/backend_manager.rb', line 117

def number(_tree)
  raise 'not yep implemented'
end

#parenthesed(_tree) ⇒ Object



97
98
99
# File 'lib/backend_manager.rb', line 97

def parenthesed(_tree)
  raise 'not yep implemented'
end

#plus_expr(_tree) ⇒ Object



37
38
39
# File 'lib/backend_manager.rb', line 37

def plus_expr(_tree)
  raise 'not yep implemented'
end

#tab_ref(_tree) ⇒ Object



61
62
63
# File 'lib/backend_manager.rb', line 61

def tab_ref(_tree)
  raise 'not yep implemented'
end

#terminal(_tree) ⇒ Object



65
66
67
# File 'lib/backend_manager.rb', line 65

def terminal(_tree)
  raise 'not yep implemented'
end

#text(_tree) ⇒ Object



125
126
127
# File 'lib/backend_manager.rb', line 125

def text(_tree)
  raise 'not yep implemented'
end

#time_expr(_tree) ⇒ Object



45
46
47
# File 'lib/backend_manager.rb', line 45

def time_expr(_tree)
  raise 'not yep implemented'
end

#unary_minus(_tree) ⇒ Object



121
122
123
# File 'lib/backend_manager.rb', line 121

def unary_minus(_tree)
  'not yep implemented'
end

#while_cond_expr(_tree) ⇒ Object



33
34
35
# File 'lib/backend_manager.rb', line 33

def while_cond_expr(_tree)
  raise 'not yep implemented'
end

#while_expr(_tree) ⇒ Object



29
30
31
# File 'lib/backend_manager.rb', line 29

def while_expr(_tree)
  raise 'not yep implemented'
end