-
Related docs issue: https://github.com/tact-lang/tact-docs/issues/251
### List of planned semantical tests
#### Expressions, statements
- [X] In functions: pass by value of structs, maps, and…
-
### What is the file name(s) where you found the bug?
language/index.html
### What is the current text that needs to be fixed or removed? (You can copy and paste)
Appendix [app:summary] summarizes …
-
# CSS
- [x] Update to the latest version of the toolset and replace core.css and se.css with the latest versions from the toolset (running lint will show you the location of the file you need to co…
-
The "aula" programming language that is created as part of this project needs a proper specification. That is, we should add a documentation page where we formally define the language's syntax and sem…
zzril updated
1 month ago
-
## Use case
In a app with mixed language content there can be semantics in a different language than the main app language. For example if the static text of an app is localized to several languages …
-
I'm concerned that `src/diagnostic_filter.rs` is where we define the WGSL names of `FilterableTriggeringRule`s. Specifically, `FilterableTriggeringRule`'s `from_ident` and `to_ident` rules are WGSL-sp…
-
One of the biggest problems I can see with this idea, is that JS/TS language semantics are radically different from those of php.
The biggest difference seems to be the fact that, in php, we have two…
-
I notice that idlc generates `__alloc()` and `_free()` functions for constructed types but does not generate a function for deep copying.
Deep copy functions would make life easier when programming i…
-
https://github.com/mybb/mybb/blob/f103d9adf6e938828433ac81dda0dfa6b7c4de26/inc/languages/english/newreply.lang.php#L22
https://github.com/mybb/mybb/blob/f103d9adf6e938828433ac81dda0dfa6b7c4de26/inc/l…
-
For example, mod is different in Python and C++ but for many applications this may not matter. Similarly division, and perhaps others.