Skip to content

define and token categories #338

@andreasabel

Description

@andreasabel

This hasn't been tested with #266:

CNil.     Chars ::=                 ;
cSg.      Chars ::= Char            ;
CSnoc.    Chars ::= Chars Dot Char  ;

define    cSg c = CSnoc CNil (Dot ".") c;

token     Dot '.'                   ;

Affects:

  • Haskell/Functor: fixed by 9db83ac
  • Agda, because of --text-token: fixed by 2fc8d84
  • C

Metadata

Metadata

Assignees

Labels

AgdaIssues of the Agda backendCHaskell/FunctorConcerning the Haskell backend with --functorbugdefineIssue with define pragmatokenConcerning token categories.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions