Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cmake_minimum_required(VERSION 3.20)

project(cosmolangarchitecture)

set(CMAKE_CXX_STANDARD 20)

add_executable(cosarch src/main.cpp)
cmake_minimum_required(VERSION 3.20)

project(cosmolangarchitecture)

set(CMAKE_CXX_STANDARD 20)

add_executable(cosarch src/main.cpp
src/generation.hpp)
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The Programming Language Research Group at the University of Tenten Academy is a group of
faculty, postdocs, and students interested in programming languages and related areas.
We meet weekly to discuss research papers and work in progress. We also host the Programming
Languages Seminar, which brings in speakers from other institutions.

We are part of the Computer Science Department at the University of Tenten Academy.

By using the Programming Language Research Lab, it is not allowed to use the following:
- Use the Programming Language Research Lab for any illegal purpose.
- Use the Programming Language Research Lab for any malicious purpose.
- Use the Programming Language Research Lab for any commercial purpose.
- Use the Programming Language Research Lab for any profit purpose.

By using the Programming Language Research Lab, it is allowed to use the following:
- Use the Programming Language Research Lab for any educational purpose.
- Use the Programming Language Research Lab for any research purpose.
- Use the Programming Language Research Lab for any non-commercial purpose.
- Use the Programming Language Research Lab for any personal purpose.
- Use the Programming Language Research Lab for any non-profit purpose.
- Use the Programming Language Research Lab for any purpose that is not listed in the "not allowed" list.
- Use the Programming Language Research Lab for data science and computer science research.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CosArch

The first step to the future of the full programming language. The CosArch is a Programming Language Research Lab.
# CosArch
The first step to the future of the full programming language. The CosArch is a Programming Language Research Lab.
Binary file added Website/BrainLab.bsdesign
Binary file not shown.
Binary file added Website/Cosmolang.bsdesign
Binary file not shown.
Binary file added Website/Project LU.bsdesign
Binary file not shown.
Loading