[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

This library is intended to provide a minimal C/C++ API to efficiently create, manipulate, and parse LISP-style symbolic expressions. An interpreter for a very minimal, high-performance subset of LISP will eventually be included.


http://sexpr.sourceforge.net





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of sexpr. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Code committed

    matts22 committed patchset 465 of module src to the sexpr CVS repository, changing 1 files

    posted by matts22 440 days ago

  • Code committed

    matts22 committed patchset 464 of module src to the sexpr CVS repository, changing 1 files

    posted by matts22 746 days ago

  • Version 1.2 released

    ===================== Revision information: Version 1.1 -> 1.2 ===================== - introduction of sexp_errors.h, corresponding sexp_errcode_t type, the library errno variable "sexp_errno" and the "error" field in the pcont_t structure. This is the biggest revision to the library. Instead of asserting or fprintf() and exiting, the library attempts to gracefully return to the caller providing error cause information via the sexp_errno and error fields. - Removed deprecated functions, removed testers for corresponding functions. Functions removed were cons, car and cdr. - event-based parsing is removed for now from the main source files. callbacks still exist, but the full parser based on events was removed. the original implementation essentially required a duplicate parse_sexp() function, which seemed like a recipe for version skew and disaster. this limits the ability to parse infinite streams of s-expressions, but I'd rather get it right than to have the suboptimal solution in the distribution. the code is still available in the src/event_temp.c file, but not in the main parser files. - Cleaned up makefiles - Updates to documentation. - Fixed memory management routines to properly cast return value of malloc, realloc, calloc for C++. These are not required for C (and are bad practice in C), but C++ needs them. - new_sexp_atom requires explicit type to avoid defaulting to SEXP_BASIC. - assertions and fprintf() calls removed to clean up how the library handles errors, especially when integrating with projects that would prefer a library call not to assert and die or spew fprintf messages. - patched a few places where NULL checks were not occurring to avoid crashes. - cleaned up read_one_sexp() function. - fixed bugs related to LIMITMEMORY mode. - fixed bug in sexp_destroy() where frees could occur on non-malloc'd fields. (credit: iproctor@facebook.com) - revised comments and documentation to reflect my new location at the University of Oregon, Computer Science Department after departing Los Alamos National Laboratory in September 2007. - new tester added to exercise some of the new error handling features. Note: Many thanks to Herb Maeder for contributions and comments related to error handling and various cleanup topics.

    posted by matts22 746 days ago

  • File released: /sexpr/1.2/sexpr_1.2.tar.gz

    posted 746 days ago

  • Code committed

    matts22 committed patchset 463 of module src to the sexpr CVS repository, changing 2 files

    posted by matts22 746 days ago

  • Code committed

    matts22 committed patchset 462 of module src to the sexpr CVS repository, changing 1 files

    posted by matts22 746 days ago

  • Code committed

    matts22 committed patchset 461 of module src to the sexpr CVS repository, changing 3 files

    posted by matts22 746 days ago

  • Code committed

    matts22 committed patchset 460 of module src to the sexpr CVS repository, changing 3 files

    posted by matts22 746 days ago

  • Code committed

    matts22 committed patchset 459 of module src to the sexpr CVS repository, changing 1 files

    posted by matts22 746 days ago

  • Code committed

    matts22 committed patchset 458 of module src to the sexpr CVS repository, changing 16 files

    posted by matts22 746 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review