"lib/astTabSymbol.mli" did not exist on "956514c29d74ea43e6fa9f247924281e4c84a43b"
Erwan Jahier
authored
type 'a hereflagged = Here of 'a | NotHere of Ident.long into type 'a elt = Local of 'a | Imported of Ident.long * static_arg list i.e., i am basically doing two things: - fix poor naming - adding static arg to nodes indeed, when compiling an equation that involves nodes defined in another package, I need to check that the static args and the static params match. Therefore I need to have the static params ! Therefore I add them (I will use them in the next commit). Moreover, in SyntaxTreeCore.node_info, the static_params list was an option type, which is a bit weird (empty lists are enough to represent node with no static params).
Name | Last commit | Last update |
---|---|---|
.pastex | ||
doc | ||
figs | ||
notes-pascal | ||
src | ||
test-old | ||
.depend | ||
.gitignore | ||
.lpp.prcs_aux | ||
.mkfig | ||
Makefile |