/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: 2020-06-07 18:48:24 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20200607184824-jf14f7a1b1di2i2q
* Initial code - far from done

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',
13
12
  
14
 
  'function/abstract_pool_token.vala',
15
13
  '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',
19
14
  
20
15
  'operator/add_operator_token.vala',
21
16
  'operator/dice_operator_token.vala',