index
:
hobgoblin
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
org
Age
Commit message (
Collapse
)
Author
2026-07-04
Add bitwise and to Java AST
Michael Williamson
2026-07-04
Combine binary operations into single Java AST node
Michael Williamson
2026-07-04
Add unsigned right shift to Java AST
Michael Williamson
2026-07-04
Execute example Rust programs
Michael Williamson
2026-07-04
Execute example Java programs
Michael Williamson
2026-07-03
Implement From for Rust variants
Michael Williamson
2026-07-03
Add trait impl to Rust AST
Michael Williamson
2026-07-03
Add subsections for Rust items
Michael Williamson
2026-07-03
Add constructor functions for Rust enum variants
Michael Williamson
2026-07-03
Add self type path segment
Michael Williamson
2026-07-03
Add upperCamelCaseToSnakeCase()
Michael Williamson
2026-07-03
Add upperCamelCaseToLowerCamelCase()
Michael Williamson
2026-07-03
Handle Rust identifiers that are keywords
Michael Williamson
2026-07-03
Add call expressions to Rust AST
Michael Williamson
2026-07-03
Add Rust path expressions
Michael Williamson
2026-07-03
Qualify global paths
Michael Williamson
2026-07-03
Support global Rust paths
Michael Williamson
2026-07-03
Split out paths section of Rust AST
Michael Williamson
2026-07-03
Add body to Rust functions
Michael Williamson
2026-07-03
Add Java builder methods when field is option
Michael Williamson
2026-07-03
Add block expression to Rust AST
Michael Williamson
2026-07-03
Add expression statements to Rust AST
Michael Williamson
2026-07-03
Add Rust bool literals
Michael Williamson
2026-07-02
Add return type to functions
Michael Williamson
2026-07-02
Add params to Rust functions
Michael Williamson
2026-07-02
Add test specifically for writing empty Rust function
Michael Williamson
2026-07-02
Add associated items to Rust inherent impls
Michael Williamson
2026-07-02
Support empty inherent impl in Rust AST
Michael Williamson
2026-07-02
Parse sum variant boxing
Michael Williamson
2026-07-02
Add Java bool literal
Michael Williamson
2026-07-02
Tokenize box keyword
Michael Williamson
2026-07-02
Remove use of Stream when constructing matchers
Michael Williamson
2026-07-02
Add Java local variable declaration
Michael Williamson
2026-07-02
Add generation header to generated Rust files
Michael Williamson
2026-07-02
Add fieldless enum variants to Rust AST
Michael Williamson
2026-07-02
Add rust enums
Michael Williamson
2026-07-02
Reorder rust writer code to match AST definitions
Michael Williamson
2026-07-02
Add crate path segment
Michael Williamson
2026-06-30
Support Rust type paths with generic args
Michael Williamson
2026-06-30
Write doc comment for Rust structs
Michael Williamson
2026-06-30
Use builder for Rust structs
Michael Williamson
2026-06-30
Test rust output
Michael Williamson
2026-06-30
Extract verifyOutput
Michael Williamson
2026-06-30
Early exit if Java output path doesn't exist
Michael Williamson
2026-06-30
Extract verifyJavaOutput
Michael Williamson
2026-06-27
Generate Rust types for structs
Michael Williamson
2026-06-27
Add lowerCamelCaseToSnakeCase
Michael Williamson
2026-06-26
Treat variant as subtype of sum
Michael Williamson
2026-06-26
Extract TypeCheckerSubtyping
Michael Williamson
2026-06-26
Add source to Field
Michael Williamson
[next]