Define tag/property/pragma/attribute syntax
Le truc des lignes qui commencent par #
− il faudrait leur trouver un nom quand même…
Pour l'instant on a # cross(DomainType)
mais on pourrait aussi avoir des choses comme:
- L'encodage des types énumérés:
# encoding(Increment)
,# encoding(OneHot)
,# encoding(Gray)
- Des spécificités pour la synthèse:
# do_not_touch
Edited by come_744