/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/token.vala

  • Committer: Gustav Hartvigsson
  • Date: 2021-09-09 18:43:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210909184356-qau4wb030k2q2z83
* Added some documentation to the FastNumber class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
          case ASSIGNMENT:
57
57
            return "prio: assigment";
58
58
          case CONDITIONAL_OR:
59
 
            return "prio: conditonal or";
 
59
            return "prio: conditonal OR";
60
60
          case CONDITIONAL_AND:
61
 
            return "prio: conidonal and";
 
61
            return "prio: conidonal AND";
62
62
          case EQUALITY:
63
63
            return "prio: equality";
64
64
          case MULTIPLICATIVE: