| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
changed getDeclaredMethods to getMethods for inheritance but still gets constructor param
|
|
emission to indent correctly
|
|
This probably breaks some stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Necessary for backwards compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
But they aren't actually implemented yet.
|
|
These avoid the implicit conversion to BigInt for e.g. (foo << 10).
|
|
- Remove redundant operator emission code
- Specify types explicitly on public methods
- Add missing Bool operators
- Remove constant folding (this should happen in the backend)
|
|
|
|
|
|
mux handling and check for uint/sint, support for bulk connect, filter ? as well
|
|
|
|
|
|
|
|
|
|
reduce ops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|