Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code.
Обновлено 2024-10-07 07:19:49 +03:00
Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec provides a very easy to use programming interface, that could help people to build programming-language-scale parsers in just a few hours. This technology has already been used in Microsoft/react-native-tscodegen.
Обновлено 2023-10-19 21:39:40 +03:00
Datasets, tools, and benchmarks for representation learning of code.
machine-learning
deep-learning
data-science
ml
python
tensorflow
neural-networks
open-data
datasets
cnn
machine-learning-on-source-code
natural-language-processing
nlp
nlp-machine-learning
bert
programming-language-theory
representation-learning
rnn
self-attention
data
Обновлено 2022-01-31 12:25:07 +03:00