/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/libvqdr/operator/add_operator_token.vala

  • Committer: Gustav Hartvigsson
  • Date: 2022-06-01 12:14:52 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220601121452-ntu94w67q3dhhfeq
More work torwards inperementing the parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    
5
5
    public override bool is_unary {get; set; default = false;}
6
6
    
7
 
    public override int priority {protected get {
 
7
    public override Token.Prio priority {protected get {
8
8
      if (is_unary) {
9
9
        return Prio.UNARY;
10
10
      } else {