language
Here are 121 public repositories matching this topic...
#306 addresses a term-precedence bug with exponentiation. However, we do not have an end-to-end test case for this.
It should be included, ideally for all operators.
The MarkSweep struct implements GcRuntime to facilitate garbage collection for Mun. Currently, the implementation is quite inefficient. One of the things that could be improved is to implement a slab allocator (or object pool) instead of randomly allocating memory through a Pin<Box<ObjectType<T>>>. The general idea of the allocator is to alloc
-
Updated
Jun 26, 2020 - Rust
-
Updated
Nov 1, 2019 - Rust
Describe the bug
Documentation example is broken
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://github.com/ntrupin/abstractml/tree/master/docs/examples'
- See error
Expected behavior
The page displays the proper compiled html source
Screenshots

- Set call signature for function type
- Test
-
Updated
Dec 3, 2019 - Rust
-
Updated
Aug 7, 2017 - Rust
-
Updated
Jun 29, 2020 - Rust
-
Updated
Jun 13, 2020 - Rust
-
Updated
Jun 22, 2020 - Rust
-
Updated
Jun 18, 2019 - Rust
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."
This is a fairly common pattern when preparing args for a function (and this function gets it wrong by not calling
to_str):