Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov authored Sep 17, 2024
1 parent e92976f commit 1d3c03a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Stripped-down experimental DML with schema evolution support and garbage collect
3. Automatic UEBA (Ultra-Efficient Binary Aggregate, a custom tagless binary format) codec derivation
4. Automatic evolution derivation where possible, stubs where manual conversion is required
5. Structural *and* nominal inheritance
6. Codegen targets: C#
6. Namespaces
7. Inclusions (at syntax tree level)
8. Codegen targets: C#

## Limitations

Expand Down Expand Up @@ -57,4 +59,4 @@ At the bare minimum you will have to do the following for each foreign type you

Make sure your foreign types are NOT primitive types or other generated types. It's a funny idea, but it will explode in runtime.

Foreign types may hold any position in generics but it's up to you to ensure correctness.
Foreign types may hold any position in generics but it's up to you to ensure correctness.

0 comments on commit 1d3c03a

Please sign in to comment.