Giter Site home page Giter Site logo

hammelm / mempeek Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 3.0 321 KB

Mempeek is a simple programming language designed to operate on the physical memory of a computer system

License: BSD 2-Clause "Simplified" License

Makefile 0.39% C++ 84.62% Lex 2.71% Yacc 11.46% Shell 0.82%

mempeek's People

Contributors

hammelm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mempeek's Issues

log to file

What about having a start parameter (like -o) for logging an interactive session to file.

File operations

Storing and restoring data (content of variables for example) by file operations would be helpful.

include guards

An error occurs when the same file is imported from several other imported files

copying of ranges in structures

On branch arrays:
when copying structures (def xxx 123 from yyy) the ranges of structure members (yyy.z{0}) are not copied

crash when accessing mapped memory

mempeek crashes when it is started in interactive mode and the user tries to acces interactively mapped memory after a loaded file has mapped memory.

Steps to reproduce:

  • Create file test.mp with content map 0x10000000 0x1000
  • Start mempeek with command mempeek test.mp -i
  • Enter command map 0 10 "test.mp"
  • Enter command print peek(0)

Implement drop function

Sometimes it would be useful to drop functions or variables out of scope. This would enable one to reload the function again, for example after a change in source.

Functions

The possibility of defining (and executing) functions would be nice.

autocomplete

Autocomplete for variables and functions/procedures

Cursor positioning

The capability to control the output position would increase the clarity during cyclic output of many values.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.