Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Added basic JVM method signature builder. #30

Merged
merged 1 commit into from
Nov 23, 2017

Conversation

treyzania
Copy link
Contributor

Needs a macro to make it actually useful, but at least it's not possible to construct an invalid JVM method signature with it as far as I know.

I'm not a macro wizard yet, but at least the hard part is done. If we add const onto the function it will be able to evaluate it at compile time and hopefully simplify straight down to a string literal in the binary.

I hope I didn't put it in a silly location, I haven't dived through all the code to understand it yet. Let me know if there's a better way to do this that follows the conventions for the project.

Needs a macro to make it actually useful, but at least it's not possible
to construct an invalid JVM method signature with it as far as I know.
@treyzania
Copy link
Contributor Author

treyzania commented Nov 23, 2017

Sorry for the pr spam. It just didn't make sense to include this in the last one.

@kud1ing kud1ing merged commit 898c194 into kud1ing:master Nov 23, 2017
@kud1ing
Copy link
Owner

kud1ing commented Nov 23, 2017

Awesome, thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants