Skip to content
Snippets Groups Projects
Commit affee5fb authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

minor change in readme

parent f90deb15
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,6 @@ can be generated also in parametrized form.
Example scripts can be found in `scripts/examples/`.
A first version of the tool that relied on autoilias is still in the repository
(see `generator.py`). It will be removed as soon as the necessary features are
implemented.
### Dependencies
- `pip install mistune`
......@@ -69,6 +65,16 @@ name right after the delimiters
}
```
```java
class Car {
private float price;
private String manufacturer;
public void cheeseCake(int withCream) {
return () -> ();
}
}
```
It is not possible to copy code by default, but `_copy` can be appended to the
language's name if copyable code is desired.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment