From 3a327c7195edbfa6021f5aa7f0de30cb6e24b900 Mon Sep 17 00:00:00 2001 From: kake26 Date: Wed, 31 Aug 2022 03:56:57 +0200 Subject: [PATCH 1/3] Update 'README.md' Updating readme with some info --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3f5931..097d5c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # vmbc -A bytecode compiler and VM. Based on very old code thats been dusted off. \ No newline at end of file +A bytecode compiler and VM. Based on very old code thats been dusted off. + +# Notes + +This program is written in PureBasic and will require it to be compiled from source. Currently, this is more of a proof of concept type thing and I'll figure out how to make this even better. I'm not sure what its current encarnation will be used for however, that remains to be seen for now. \ No newline at end of file From cd12c5ee5b14af42fca540523d34cb873b76780a Mon Sep 17 00:00:00 2001 From: kake26 Date: Wed, 31 Aug 2022 03:58:07 +0200 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 097d5c2..cf227bf 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A bytecode compiler and VM. Based on very old code thats been dusted off. # Notes -This program is written in PureBasic and will require it to be compiled from source. Currently, this is more of a proof of concept type thing and I'll figure out how to make this even better. I'm not sure what its current encarnation will be used for however, that remains to be seen for now. \ No newline at end of file +This program is written in PureBasic and will require it to be compiled from source. Currently, this is more of a proof of concept type thing and I'll figure out how to make this even better. I'm not sure what its current encarnation will be used for however, that remains to be seen for now. Please note there are two branches for this the main one and then dev. You will need to specifically checkout dev if you want to play around with the code. \ No newline at end of file From 56fc5e1e15c0ce1a947c76c26855fffb92020fa4 Mon Sep 17 00:00:00 2001 From: kake26 Date: Fri, 18 Nov 2022 22:50:33 +0000 Subject: [PATCH 3/3] Update 'LICENSE' Fixing license values --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2071b23..084cbbe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2022 Paul Malcher Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: