https://github.com/microbean/microbean-lang
An experimental implementation of the javax.lang.model packages.
https://github.com/microbean/microbean-lang
Last synced: 8 months ago
JSON representation
An experimental implementation of the javax.lang.model packages.
- Host: GitHub
- URL: https://github.com/microbean/microbean-lang
- Owner: microbean
- License: apache-2.0
- Created: 2023-01-14T19:52:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:55:08.000Z (over 1 year ago)
- Last Synced: 2024-10-18T14:08:23.660Z (over 1 year ago)
- Language: Java
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# microBean™ Lang
[](https://search.maven.org/artifact/org.microbean/microbean-lang)
The microBean™ Lang project provides classes and interfaces that implement and help with the Java language model.
# Status
**This project is archived** with no further updates planned. Please see [microBean™
Construct](https://github.com/microbean/microbean-construct) instead.
# Compatibility
**Until further notice, this project's APIs are subject to frequent backwards-incompatible signature and behavior
changes, regardless of project version and without notice.**
# Requirements
microBean™ Lang requires a Java runtime of version 21 or higher.
# Installation
microBean™ Lang is or will be available on [Maven Central](https://search.maven.org/). Include microBean™ Lang as a
Maven dependency:
```xml
org.microbean
microbean-lang
0.0.21
```
# Documentation
Full documentation is or will be available at
[microbean.github.io/microbean-lang](https://microbean.github.io/microbean-lang/).