Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tsoding/bm issues and pull requests
#100 - bdb fails if the symbol file not available
Issue -
State: closed - Opened by rexim almost 4 years ago
#99 - Make bdb symbol table a part of the bm file format
Issue -
State: open - Opened by rexim almost 4 years ago
Labels: bdb
#98 - Remove debug mode from bme
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#97 - Simplify memory management in bdb
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#96 - MSVC build succeeds even when actually fails
Issue -
State: closed - Opened by rexim almost 4 years ago
- 1 comment
Labels: invalid
#95 - (#82) Build bdb on windows
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#94 - repeat previous command in bdb on Enter
Issue -
State: closed - Opened by rexim almost 4 years ago
#93 - (#84) Load native functions in bdb
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#92 - Introduce basm-mode for vim
Pull Request -
State: closed - Opened by yangelis almost 4 years ago
- 1 comment
#91 - (#39) Introduce instructions i2f, u2f, f2i, f2u
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#90 - (#38) Complete comparison instruction set
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#89 - (#58) introduce basm-mode for Emacs
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#88 - Reset bm and restart program */
Issue -
State: closed - Opened by rexim almost 4 years ago
#87 - `b 0` in bdb results in "ERR : Cannot parse address or labels"
Issue -
State: closed - Opened by rexim almost 4 years ago
- 2 comments
#86 - using String_View for parsing in bdb
Issue -
State: closed - Opened by rexim almost 4 years ago
- 1 comment
#85 - there is no way to examine the memory in bdb
Issue -
State: closed - Opened by rexim almost 4 years ago
#84 - support for native function in the debugger
Issue -
State: closed - Opened by rexim almost 4 years ago
#83 - find a better way to get PATH_MAX on unportable OSes
Issue -
State: closed - Opened by rexim almost 4 years ago
#82 - bdb is not built on Windows
Issue -
State: closed - Opened by rexim almost 4 years ago
#81 - remove string length hack from rot13 example
Issue -
State: closed - Opened by rexim almost 4 years ago
#80 - Assembler command line option for binding.
Issue -
State: open - Opened by somerandomdev49 almost 4 years ago
Labels: basm
#79 - Instruction handler mapping complexity
Issue -
State: open - Opened by cybercrimineel almost 4 years ago
Labels: low
#78 - Anonymous strings
Issue -
State: closed - Opened by rexim almost 4 years ago
- 1 comment
#77 - There is no way to get the size of the bound string
Issue -
State: closed - Opened by rexim almost 4 years ago
#76 - (#61) dbx-style step debugger
Pull Request -
State: closed - Opened by herrhotzenplotz almost 4 years ago
- 2 comments
#75 - (#72) Comments after string literals raises an error
Pull Request -
State: closed - Opened by derpandaz almost 4 years ago
- 1 comment
#74 - (#70) Change magic
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#73 - (#72) Comments after string literals raises an error
Pull Request -
State: closed - Opened by derpandaz almost 4 years ago
#72 - Comments after string literals raises an error
Issue -
State: closed - Opened by derpandaz almost 4 years ago
- 1 comment
#71 - (#62) rot13 example that read/writes data from/to the bm memory
Pull Request -
State: closed - Opened by derpandaz almost 4 years ago
- 2 comments
#70 - Magic marker "BM" is already taken
Issue -
State: closed - Opened by catull almost 4 years ago
- 3 comments
#69 - (#50) basm include directive has no support for include paths
Pull Request -
State: closed - Opened by derpandaz almost 4 years ago
- 2 comments
#68 - basm compile time execution
Issue -
State: open - Opened by rexim almost 4 years ago
#67 - Game of Life example
Issue -
State: closed - Opened by rexim almost 4 years ago
- 1 comment
#66 - string literals don't support escaped characters
Issue -
State: closed - Opened by rexim almost 4 years ago
#65 - (#60) Introduce support for string literals
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#64 - (#63) labels -> bindings
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#63 - rename the notion of a "label" to "binding"
Issue -
State: closed - Opened by rexim almost 4 years ago
#62 - rot13 example that read/writes data from/to the bm memory
Issue -
State: closed - Opened by rexim almost 4 years ago
#61 - implement gdb-style (but better of course) debugger for bm
Issue -
State: closed - Opened by rexim almost 4 years ago
- 1 comment
#60 - basm does not support string literals
Issue -
State: closed - Opened by rexim almost 4 years ago
#59 - (#48) Introduce memory into the machine definition
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#58 - basm-mode for Emacs
Issue -
State: closed - Opened by rexim almost 4 years ago
#57 - Clean up
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#56 - Clean up
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#55 - bf interpreter example
Issue -
State: open - Opened by rexim almost 4 years ago
Labels: bang
#54 - nanboxing example
Issue -
State: open - Opened by rexim almost 4 years ago
Labels: bang
#53 - (#11) Implement bitwise instructions
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#52 - second pass label resolution errors don't report the location in the source code
Issue -
State: closed - Opened by rexim almost 4 years ago
#51 - label redefinition error does not tell where the first label was already defined
Issue -
State: closed - Opened by rexim almost 4 years ago
#50 - basm include directive has no support for include paths
Issue -
State: closed - Opened by rexim almost 4 years ago
- 1 comment
#49 - (#8) Introduce support for C pre-processor
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#48 - static memory
Issue -
State: closed - Opened by rexim almost 4 years ago
#47 - prime number generator example
Issue -
State: closed - Opened by rexim almost 4 years ago
#46 - BM byte code translator to x86_64 native code
Issue -
State: open - Opened by rexim almost 4 years ago
#45 - Run examples on CI and verify their results
Issue -
State: closed - Opened by rexim almost 4 years ago
#44 - invalid literal basm error does not print its location
Issue -
State: closed - Opened by rexim almost 4 years ago
#43 - unknown label basm error does not print its location
Issue -
State: closed - Opened by rexim almost 4 years ago
Labels: invalid
#42 - Do not swallow error from native call
Pull Request -
State: closed - Opened by bossek almost 4 years ago
- 2 comments
#41 - Check stack underflow in drop instruction
Pull Request -
State: closed - Opened by bossek almost 4 years ago
- 1 comment
#40 - Inconsistency between gef and minus* instructions operand ordering
Issue -
State: closed - Opened by rexim almost 4 years ago
#39 - there is no operations for converting integer->float/float->interger
Issue -
State: closed - Opened by rexim almost 4 years ago
#38 - comparison instruction set is not complete
Issue -
State: closed - Opened by rexim almost 4 years ago
#37 - (#34) Make lerp more interesting
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#36 - (#32) Improve fib.basm example
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#35 - some sort of mechanism to load native functions from DLLs
Issue -
State: closed - Opened by rexim almost 4 years ago
#34 - make lerp.basm example more interesting
Issue -
State: closed - Opened by rexim almost 4 years ago
#33 - extern native functions declarations for basm files
Issue -
State: closed - Opened by rexim almost 4 years ago
#32 - rewrite fib.basm example
Issue -
State: closed - Opened by rexim almost 4 years ago
#31 - (#5) Introduce native function mechanism
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#30 - Makefile: Adapt to make it both Berkeley and GNU Make compatible
Pull Request -
State: closed - Opened by herrhotzenplotz almost 4 years ago
- 1 comment
#29 - (#3) Introduce call/ret semantics
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#28 - (#12) Add line number to source translating error
Pull Request -
State: closed - Opened by kolumb almost 4 years ago
- 1 comment
#27 - Argument passing from CLI
Issue -
State: open - Opened by catull almost 4 years ago
- 1 comment
#26 - Introduce the drop instruction
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#25 - Introduce make targets 'clean' and 'clean-examples'
Pull Request -
State: closed - Opened by catull almost 4 years ago
- 2 comments
#24 - Distinguish the 4 different causes for I/O errors.
Pull Request -
State: closed - Opened by catull almost 4 years ago
- 1 comment
#23 - (#20) Add MSVC build for CI
Pull Request -
State: closed - Opened by kolumb almost 4 years ago
- 1 comment
#22 - Implement pi example
Pull Request -
State: closed - Opened by derpandaz almost 4 years ago
- 1 comment
#21 - there is no CI build for FreeBSD
Issue -
State: open - Opened by rexim almost 4 years ago
#20 - there is no CI build for windows
Issue -
State: closed - Opened by rexim almost 4 years ago
#19 - (14) Implement magic marker and primitive versioning
Pull Request -
State: closed - Opened by catull almost 4 years ago
- 1 comment
#18 - Add github actions CI for linux and macos
Pull Request -
State: closed - Opened by zhiayang almost 4 years ago
- 1 comment
#17 - Refactor the makefile to use pattern rules for examples
Pull Request -
State: closed - Opened by zhiayang almost 4 years ago
- 1 comment
#16 - Differing definitions of `int64_t` on macos
Issue -
State: closed - Opened by zhiayang almost 4 years ago
- 3 comments
#15 - (#10) Add floating point arithmetic instructions
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#14 - Suggestion: File marker, versioning
Issue -
State: closed - Opened by catull almost 4 years ago
- 1 comment
#13 - `deferred` spelt wrong
Issue -
State: closed - Opened by zhiayang almost 4 years ago
#12 - [Assembly] compile error messages don't keep track of the position
Issue -
State: closed - Opened by rexim almost 4 years ago
#11 - Separate instructions for bitwise operations
Issue -
State: closed - Opened by rexim almost 4 years ago
#10 - Separate instructions for floating point arithmetic
Issue -
State: closed - Opened by rexim almost 4 years ago
#9 - (#4) Move nanbox implementation to a seaprate repo
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#8 - [Assembly] Some sort of pre-processor
Issue -
State: closed - Opened by rexim almost 4 years ago
#7 - (#4) Add prototype implementation of NaN boxing
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#6 - (#2) Implement labels for Assembly
Pull Request -
State: closed - Opened by rexim almost 4 years ago
#5 - [Byte code] Native function call
Issue -
State: closed - Opened by rexim almost 4 years ago
#4 - [Byte code] NaN boxing for values on the stack
Issue -
State: closed - Opened by rexim almost 4 years ago
- 1 comment
#3 - [Byte code] Function call/return semantics
Issue -
State: closed - Opened by rexim almost 4 years ago
#2 - [Assembly] Labels
Issue -
State: closed - Opened by rexim almost 4 years ago
#1 - [Assembly] Comments
Issue -
State: closed - Opened by rexim almost 4 years ago