Compare commits

...
Sign in to create a new pull request.

3 commits
dev ... main

Author SHA1 Message Date
kake26
56fc5e1e15 Update 'LICENSE'
Fixing license values
2022-11-18 22:50:33 +00:00
kake26
cd12c5ee5b Update 'README.md' 2022-08-31 03:58:07 +02:00
kake26
3a327c7195 Update 'README.md'
Updating readme with some info
2022-08-31 03:56:57 +02:00
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) <year> <copyright holders> 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: 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:

View file

@ -1,3 +1,7 @@
# vmbc # vmbc
A bytecode compiler and VM. Based on very old code thats been dusted off. 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. 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.