Skip to content
#

low-level-programming

Here are 89 public repositories matching this topic...

Mesabloo
Mesabloo commented Aug 30, 2020

Characters do not currently accept unicode escape characters in the shape of \uHHHH and \uHHHHHHHH (where H is any hexadecimal number).

This could be a good thing to support those. However, this may complicate typechecking a little bit. What is the size of a unicode character? How well would it integrate with compilation? Will there be any currently known problems with supporting Unicode

This repository has a set of projects and exercises to improve my algorithm creation skills, to know the fundamental data structure, and how it works a Low-Level Language like C. The most important of this repo is that inside you would find several basic concepts around software development. These concepts are transversal of the most programming languages, C language teaches people to understand and think as a computer does.

  • Updated Aug 28, 2020
  • C

Improve this page

Add a description, image, and links to the low-level-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the low-level-programming topic, visit your repo's landing page and select "manage topics."

Learn more