issues
search
plaidgroup
/
plaid-lang
The Plaid Programming Language Tools
11
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Non-issue opened as a result of misconfig]
#65
PetBrontosaurus
opened
6 years ago
0
Abandoned?
#64
olleharstedt
opened
7 years ago
2
plaid-lang.org is broken
#63
olleharstedt
closed
7 years ago
0
The parser cannot compile code containing "/**/"!
#62
GoogleCodeExporter
opened
9 years ago
0
Different behavior of String and Character types
#61
GoogleCodeExporter
opened
9 years ago
0
Problem with Type Casting
#60
GoogleCodeExporter
opened
9 years ago
0
Problem with type safety feature
#59
GoogleCodeExporter
opened
9 years ago
1
Ant cannot build a code containing a string ends slash character.
#58
GoogleCodeExporter
opened
9 years ago
0
Names not checked for uniqueness on match cases
#57
GoogleCodeExporter
closed
9 years ago
1
Import scope problem
#56
GoogleCodeExporter
opened
9 years ago
0
Plaid typechecker fails to typecheck on programs using java.lang.System.out.println
#55
GoogleCodeExporter
opened
9 years ago
0
implement tail call recursion
#54
GoogleCodeExporter
opened
9 years ago
0
good collections standard library
#53
GoogleCodeExporter
opened
9 years ago
0
CodeGen fails for semicolons in string literals
#52
GoogleCodeExporter
closed
9 years ago
1
Field Assignments are broken
#51
GoogleCodeExporter
closed
9 years ago
1
Calling Java static methods hangs indefinitely
#50
GoogleCodeExporter
opened
9 years ago
0
Nesting states generates broken code
#49
GoogleCodeExporter
opened
9 years ago
0
Replace IDList class with a regular Set<ID>
#48
GoogleCodeExporter
opened
9 years ago
0
Split Case AST node into bound and unbound varieties
#47
GoogleCodeExporter
opened
9 years ago
0
Ints from Java not getting wrapped properly
#46
GoogleCodeExporter
closed
9 years ago
2
Compiler generates incorrect code in simple case
#45
GoogleCodeExporter
closed
9 years ago
2
New scoping system handles state change incorrectly
#44
GoogleCodeExporter
closed
9 years ago
1
Having equally named method parameter and local variable generates broken code
#43
GoogleCodeExporter
opened
9 years ago
0
Some examples currently broken
#42
GoogleCodeExporter
opened
9 years ago
6
Cannot assign to method parameters in multiple argument methods
#41
GoogleCodeExporter
opened
9 years ago
0
Enabling debug mode generates wrong code for some examples
#40
GoogleCodeExporter
closed
9 years ago
3
Handling import conflicts with multiple equally named classes/states in different packages
#39
GoogleCodeExporter
opened
9 years ago
0
Minor parsing issue involving lambda expressions
#38
GoogleCodeExporter
closed
9 years ago
1
Identifiers that are Java keywords still don't work
#37
GoogleCodeExporter
closed
9 years ago
4
Create a reasonable way for handling errors
#36
GoogleCodeExporter
opened
9 years ago
0
Referencing booleans
#35
GoogleCodeExporter
closed
9 years ago
5
Current scoping mechanism is broken
#34
GoogleCodeExporter
opened
9 years ago
2
Include plaid.lang.* by default
#33
GoogleCodeExporter
closed
9 years ago
1
Variable lookup for write accesses is broken
#32
GoogleCodeExporter
closed
9 years ago
2
Lambda does not capture state fields correctly
#31
GoogleCodeExporter
opened
9 years ago
1
Assigning non-existent variable to existing variable does not fail until the second variable is used
#30
GoogleCodeExporter
closed
9 years ago
1
Writing to variable declared as "val" leads to generation of erroneous code
#29
GoogleCodeExporter
closed
9 years ago
2
Writing to method arguments leads to generation of erroneous code
#28
GoogleCodeExporter
closed
9 years ago
3
Writing to global variables leads to generation of erroneous code
#27
GoogleCodeExporter
closed
9 years ago
6
Passing var to method which takes multiple arguments generates erroneous code
#26
GoogleCodeExporter
closed
9 years ago
4
Method/field conflicts should be errors
#25
GoogleCodeExporter
closed
9 years ago
2
Java interop: null & type system
#24
GoogleCodeExporter
opened
9 years ago
0
This semantics in constructor/initialization order and dependencies
#23
GoogleCodeExporter
opened
9 years ago
2
Add type annotations to the parser
#22
GoogleCodeExporter
opened
9 years ago
4
Cannot use Java keywords as Plaid variable names
#21
GoogleCodeExporter
closed
9 years ago
3
Cannot have method and field with the same name
#20
GoogleCodeExporter
closed
9 years ago
4
Cannot set default field values, must manually instantiate
#19
GoogleCodeExporter
closed
9 years ago
2
Cannot find fields using this.fieldname, but can find them when omitting "this"
#18
GoogleCodeExporter
closed
9 years ago
1
Convert Java booleans to Plaid booleans
#17
GoogleCodeExporter
closed
9 years ago
2
Using reflection to call methods on iterators throws an error
#16
GoogleCodeExporter
closed
9 years ago
2
Next