/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/meson.build

  • 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:
9
9
  'root_token.vala',
10
10
  'token.vala',
11
11
  'variable.vala',
 
12
  'parser.vala',
12
13
  
 
14
  'function/abstract_pool_token.vala',
13
15
  'function/function_token.vala',
 
16
  'function/roll_and_keep_functon_token.vala',
 
17
  'function/round_up_function_token.vala',
 
18
  'function/round_down_function_token.vala',
14
19
  
15
20
  'operator/add_operator_token.vala',
16
21
  'operator/dice_operator_token.vala',