/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: 2022-05-26 14:57:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220526145726-knvwl9k6ltre04z2
* Added skeleton for upcoming parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
      /** Priority for functions */
52
52
      FUNCTION,
53
53
      /** Priority for values */
54
 
      VALUE;
 
54
      VALUE,
 
55
      /** The number of values. */
 
56
      NUM_VAL;
55
57
      
56
58
      /** get the name of the priority */
57
59
      public string to_string () {