Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
56fc5e1e15 | ||
![]() |
cd12c5ee5b | ||
![]() |
3a327c7195 |
2 changed files with 6 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue