toctave

t(iny)octave
Log | Files | Refs | README

commit 4a6b7ddb406823f0b049fbd1c069d697041877a1
parent 175d5c6b11f0da55cdb5e290886d4fb0c2b93f85
Author: Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
Date:   Sat, 28 May 2022 00:49:32 +0430

Add copyright and comment for components

Diffstat:
Mast.cpp | 4++++
Mast.hpp | 4++++
Mast.test.cpp | 4++++
Mcgen.cpp | 4++++
Mcgen.hpp | 4++++
Menv.cpp | 4++++
Menv.hpp | 4++++
Mtoctave.jitter | 4++++
8 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/ast.cpp b/ast.cpp @@ -1,3 +1,7 @@ +// AST (Abstract Syntax Tree) types and functions + +// Copyright (C) 2022, Mohammad-Reza Nabipoor +// SPDX-License-Identifier: GPL-3.0-or-later #include "ast.hpp" diff --git a/ast.hpp b/ast.hpp @@ -1,3 +1,7 @@ +// AST (Abstract Syntax Tree) types and functions + +// Copyright (C) 2022, Mohammad-Reza Nabipoor +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/ast.test.cpp b/ast.test.cpp @@ -1,3 +1,7 @@ +// AST (Abstract Syntax Tree) tests + +// Copyright (C) 2022, Mohammad-Reza Nabipoor +// SPDX-License-Identifier: GPL-3.0-or-later #include "ast.hpp" diff --git a/cgen.cpp b/cgen.cpp @@ -1,3 +1,7 @@ +// Code generator + +// Copyright (C) 2022, Mohammad-Reza Nabipoor +// SPDX-License-Identifier: GPL-3.0-or-later #include "cgen.hpp" diff --git a/cgen.hpp b/cgen.hpp @@ -1,3 +1,7 @@ +// Code generator + +// Copyright (C) 2022, Mohammad-Reza Nabipoor +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/env.cpp b/env.cpp @@ -1,3 +1,7 @@ +// Runtime environment + +// Copyright (C) 2022, Mohammad-Reza Nabipoor +// SPDX-License-Identifier: GPL-3.0-or-later #include "env.hpp" diff --git a/env.hpp b/env.hpp @@ -1,3 +1,7 @@ +// Runtime environment + +// Copyright (C) 2022, Mohammad-Reza Nabipoor +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/toctave.jitter b/toctave.jitter @@ -1,3 +1,7 @@ +# toctave VM specification + +# Copyright (C) 2020-2021, Mohammad-Reza Nabipoor +# SPDX-License-Identifier: GPL-3.0-or-later vm set prefix "toctave"