Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
askaratas authored Mar 16, 2019
1 parent 6446ece commit 7519f9e
Show file tree
Hide file tree
Showing 29 changed files with 21,233 additions and 0 deletions.
1,000 changes: 1,000 additions & 0 deletions ConstraintSolver.java

Large diffs are not rendered by default.

594 changes: 594 additions & 0 deletions DataTypes.java

Large diffs are not rendered by default.

1,539 changes: 1,539 additions & 0 deletions EILReader.java

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions Feather.tokens
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
T__0=1
T__1=2
T__2=3
T__3=4
T__4=5
T__5=6
T__6=7
T__7=8
T__8=9
T__9=10
T__10=11
T__11=12
T__12=13
T__13=14
T__14=15
T__15=16
T__16=17
T__17=18
T__18=19
T__19=20
T__20=21
T__21=22
T__22=23
T__23=24
T__24=25
T__25=26
T__26=27
T__27=28
T__28=29
T__29=30
T__30=31
T__31=32
T__32=33
T__33=34
T__34=35
T__35=36
T__36=37
T__37=38
T__38=39
T__39=40
T__40=41
T__41=42
T__42=43
T__43=44
T__44=45
T__45=46
T__46=47
T__47=48
T__48=49
T__49=50
T__50=51
T__51=52
ATTRIBUTE_NAME=53
FEATURE_VAR=54
INTEGER_LITERAL=55
REAL_LITERAL=56
STRING_LITERAL=57
WS=58
'root'=1
';'=2
'feature'=3
'mandatory'=4
'optional'=5
'alternative'=6
'to'=7
'or'=8
'attribute'=9
'constraint'=10
'add'=11
'with'=12
'attributes'=13
'update'=14
'set'=15
'updateall'=16
'remove'=17
'removeall'=18
'.'=19
'_name'=20
'where'=21
'('=22
')'=23
','=24
'_parent'=25
'='=26
'_decomp'=27
'inherited'=28
':'=29
'numeric'=30
'boolean'=31
'string'=32
'leftfeature'=33
'constrainttype'=34
'rightfeature'=35
'requires'=36
'excludes'=37
'-'=38
'*'=39
'/'=40
'%'=41
'+'=42
'not'=43
'and'=44
'<'=45
'<='=46
'>'=47
'>='=48
'<>'=49
'_decompID'=50
'true'=51
'false'=52
Loading

0 comments on commit 7519f9e

Please sign in to comment.