issues
search
manifold-lang
/
manifold-frontend
Frontend compiler for Manifold high-level language
GNU General Public License v3.0
6
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Merge in Manifold 2017's final code
#80
nikklassen
closed
7 years ago
0
Add unit tests for the ExpressionContextVisitor
#79
nikklassen
closed
8 years ago
1
Fix checkstyle in Travis-CI build
#78
mtrberzi
opened
8 years ago
0
Adds imports and some dead code cleanup
#77
nikklassen
closed
8 years ago
1
Add github integration to slack
#76
m-lyons
opened
8 years ago
0
Imports are now expressions
#75
nikklassen
closed
8 years ago
0
Imports and dead code cleanup
#74
nikklassen
closed
8 years ago
1
Results of SE390 External Mini-Project
#73
nikklassen
closed
8 years ago
2
Functions with output tuples of size more than one can't be elaborated
#72
mtrberzi
opened
9 years ago
0
Signal types aren't being put into the schematic for primitive ports
#71
mtrberzi
opened
9 years ago
0
Primitive nodes with attributes aren't put into the schematic with those attributes
#70
mtrberzi
opened
9 years ago
3
Non-primitive function elaboration
#69
mtrberzi
closed
9 years ago
5
Copy ExpressionVertex and ExpressionEdge on graph merge
#68
maxqchen
closed
9 years ago
2
Traffic light example
#67
lucaswoj
closed
5 years ago
3
Inferable types
#66
lucaswoj
opened
9 years ago
1
Build expression graphs directly from the parse tree
#65
mtrberzi
closed
9 years ago
19
Added simple frontend language spec to the README
#64
lucaswoj
closed
9 years ago
12
#56 Adding subgraph to graph
#63
maxqchen
closed
9 years ago
11
PrimitiveNodeVertex elaboration: attribute checks
#62
mtrberzi
opened
9 years ago
0
TupleTypeValue: take into account the order of labels on subtypes
#61
mtrberzi
opened
9 years ago
0
Generate more meaningful node/connection names
#60
mtrberzi
opened
9 years ago
0
Check that variable assignments only have a single incoming edge
#59
maxqchen
closed
9 years ago
5
addEdge check - endpoints exist
#58
maxqchen
closed
9 years ago
9
Primitive instantiation
#57
mtrberzi
closed
9 years ago
7
Implement non-primitive function elaboration
#56
mtrberzi
opened
9 years ago
3
PrimitiveNodeVertex.extractPortTypes should have no side effects
#55
mtrberzi
opened
9 years ago
0
VariableReferenceVertex: throw better exceptions
#54
mtrberzi
opened
9 years ago
0
PrimitivePortVertex: support ports with attributes
#53
mtrberzi
opened
9 years ago
0
Specify how identifiers are generated for anonymous tuple entries
#52
mtrberzi
opened
9 years ago
0
Expression graph correctness check: all variables are assigned exactly once
#51
mtrberzi
opened
9 years ago
0
ExpressionGraph.addEdge(): check that both endpoints are in the graph
#50
mtrberzi
closed
9 years ago
1
ExpressionGraph -> SemanticGraph
#49
mtrberzi
opened
9 years ago
0
Build expression graphs directly from the concrete syntax
#48
mtrberzi
closed
9 years ago
1
Use a visitor for ExpressionGraph DOT-file construction
#47
mtrberzi
opened
9 years ago
0
Support constant value sources on connections
#46
mtrberzi
opened
9 years ago
0
Primitive port and node construction
#45
mtrberzi
closed
9 years ago
14
Add facility for including comments in a Manifold schematic
#44
mtrberzi
opened
9 years ago
0
typecheck against more general type operators
#43
mtrberzi
closed
9 years ago
0
Check for scope of reference (private vs. public) when typechecking
#42
mtrberzi
opened
9 years ago
0
Typecheck variable assignment expressions
#41
mtrberzi
closed
9 years ago
0
Handle functions with differing type signatures correctly in scope-building
#40
mtrberzi
opened
9 years ago
0
Expression graph constructor should take a namespace map instead of a single scope
#39
mtrberzi
opened
9 years ago
0
Expression subclasses should deal with Namespaces rather than Scopes
#38
mtrberzi
opened
9 years ago
0
Static typechecking for simple variables and functions
#37
mtrberzi
closed
9 years ago
8
Sanitize namespace identifiers
#36
mtrberzi
closed
9 years ago
3
Namespace identifiers are not being sanitized correctly
#35
mtrberzi
closed
9 years ago
0
Expression graph visualization
#34
mtrberzi
closed
9 years ago
4
Create an expression graph visualizer
#33
mtrberzi
closed
9 years ago
3
Add real numbers in the frontend
#32
mtrberzi
opened
9 years ago
0
Remove hard-coded definitions of digital primitives and use fixed library imports instead
#31
mtrberzi
opened
9 years ago
0
Next