Skip to content

Commit 18482aa

Browse files
committed
fix: group cotent into 1_core_language, 2_standard_library, 3_packaging_and_distribution and 4_applications
1 parent d414ac2 commit 18482aa

75 files changed

Lines changed: 3 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ dkms.conf
5353

5454

5555
# adminstration
56-
.DS_Store
56+
.DS_Store
57+
58+
ecosystem/
File renamed without changes.

0_implementations/1_lexical_and_syntactical_BNF_notation.txt renamed to 1_core_language/1_implementations/1_lexical_and_syntactical_BNF_notation.txt

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

experiments/1_core_language/2_types_operators_and_expressions/bits/bitwise_operators.c renamed to 4_experiments/1_core_language/2_types_operators_and_expressions/bits/bitwise_operators.c

File renamed without changes.

experiments/1_core_language/2_types_operators_and_expressions/bits/int_to_binary.c renamed to 4_experiments/1_core_language/2_types_operators_and_expressions/bits/int_to_binary.c

File renamed without changes.

0 commit comments

Comments
 (0)