OLD | NEW |
(Empty) | |
| 1 Bit_vector(7 downto 0) |
| 2 DataBus(7) |
| 3 function BOOL_TO_SL(X : boolean) |
| 4 function "*"(a : resistance; b : capacitance) |
| 5 |
| 6 ---------------------------------------------------- |
| 7 |
| 8 [ |
| 9 ["function", "Bit_vector"], |
| 10 ["punctuation", "("], ["number", "7"], |
| 11 ["keyword", "downto"], ["number", "0"], ["punctuation", ")"], |
| 12 |
| 13 ["function", "DataBus"], |
| 14 ["punctuation", "("], ["number", "7"], ["punctuation", ")"], |
| 15 |
| 16 ["keyword", "function"], ["function", "BOOL_TO_SL"], |
| 17 ["punctuation", "("], "X ", |
| 18 ["punctuation", ":"], " boolean", ["punctuation", ")"], |
| 19 |
| 20 ["keyword", "function"], ["quoted-function", "\"*\""], |
| 21 ["punctuation", "("], "a ", |
| 22 ["punctuation", ":"], " resistance", |
| 23 ["punctuation", ";"], " b ", |
| 24 ["punctuation", ":"], " capacitance", ["punctuation", ")"] |
| 25 ] |
| 26 |
| 27 ---------------------------------------------------- |
| 28 |
| 29 Checks for functions and operator overloading. |
OLD | NEW |